We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04348e commit ac76f60Copy full SHA for ac76f60
README.md
@@ -1,2 +1,15 @@
1
-# what-is-currying
2
-What is Currying?
+# What is a closure?
+
3
+<a href="https://ericelliottjs.com"><img width="1200" alt="eejs-screenshot" src="https://cloud.githubusercontent.com/assets/364727/8640836/76d86618-28c3-11e5-8b6e-27d9cd72180e.png"></a>
4
5
+A closure is a function bundled with its lexical scope.
6
7
+This repo contains example code for ["Learn JavaScript with Eric Elliott"](https://ericelliottjs.com/).
8
9
+## Getting Started
10
11
+1. Clone the repo: `git clone [email protected]:learn-javascript-courses/what-is-a-closure.git`
12
+2. `cd what-is-a-closure`
13
+3. `npm run watch`
14
+4. Delete the contents of `source/index.js`
15
+5. Recreate the implementation. Make the tests pass.
0 commit comments