zella0 / hoisting_scope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Scope, IIFE, and Hoisting Assessment

Prerequisite

Make sure Node.js is installed:

$ brew install node

Setup

  1. Fork & Clone this repo
  2. run npm install in the repo

Running Tests

$ npm test

Doing Exercises

Fix the code in each file inside of the src/ folder so that the tests pasts. You may only change the lines as indicated in the files.

Once you've gotten the test to past, replace the comment at the bottom of the file with a description of what is happening. Do NOT copy and paste your answer from somewhere!

About


Languages

Language:JavaScript 99.3%Language:Shell 0.7%