Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 643 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 643 Bytes

What is a closure?

eejs-screenshot

A closure is a function bundled with its lexical scope.

This repo contains example code for "Learn JavaScript with Eric Elliott".

Getting Started

  1. Clone the repo: git clone [email protected]:learn-javascript-courses/what-is-a-closure.git
  2. cd what-is-a-closure
  3. npm install
  4. npm run watch
  5. Delete the contents of source/index.js
  6. Recreate the implementation. Make the tests pass.