Skip to content

Commit

Permalink
updating instruction regarding stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
BigKnell committed Sep 10, 2018
1 parent 1146fc5 commit 934378a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ We have learned that closures allow us to access values in scope that have alrea



* [ ] Arrow Function Syntax - You will see more and more arrow functions as you progress deeper into JavaScript. Use the [function-conversion.js](assignments/function-conversion.js) file as a helper challenge to showcase some of the differences between ES5 and ES6 syntax
* [ ] Arrow Function Syntax - [Check out this awesome guide for ES6 arrow syntax](https://medium.freecodecamp.org/when-and-why-you-should-use-es6-arrow-functions-and-when-you-shouldnt-3d851d7f0b26). You will see more and more arrow functions as you progress deeper into JavaScript. Use the [stretch-function-conversion.js](assignments/function-conversion.js) file as a helper challenge to showcase some of the differences between ES5 and ES6 syntax.

* [ ] Look up what an IIFE is in JavaScript and experiment with them
File renamed without changes.

0 comments on commit 934378a

Please sign in to comment.