Skip to content

Commit ac76f60

Browse files
authored
Update README.md
1 parent a04348e commit ac76f60

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
# what-is-currying
2-
What is Currying?
1+
# What is a closure?
2+
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

Comments
 (0)