Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 367 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 367 Bytes

JS Closures Practice

Author: Shi-Hao Hong (@shihaohong)

This repository is created to help practice the use of closures.

How to use repo:

  1. Type npm install from the root directory of the project.
  2. To test, use npm test. Your passing/failing tests will appear in the Terminal.
  3. Read through the prompt, examples, and specs before attempting any prompt.