Skip to content

learn-javascript-courses/what-is-a-closure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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.

Releases

No releases published

Packages

No packages published