Skip to content

evanhackett/crockford-function-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crockford Function Challenges

Douglas Crockford has a talk where he presents a series of functions to be implemented, twisting the minds of students until they grasp the power of closures.

I wrote tests for all of the functions to help learners work through the challenges.

Instructions

Clone the repo, then open SpecRunner.html in your browser to see the results of the tests.

For each function, write a definition in src/functions.js. Refresh the browser window to re-run the tests.

Once you have all the tests passing, congatulations! You now understand closures in javascript!

About

Function challenges to learn closures in javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published