Skip to content

Commit af6cbca

Browse files
committed
added JavaScript-II
1 parent afae86b commit af6cbca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ We have learned that closures allow us to access values in scope that have alrea
4545

4646
* [ ] 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.
4747

48-
* [ ] Look up what an IIFE is in JavaScript and experiment with them
48+
* [ ] Look up what an IIFE is in JavaScript and experiment with them

0 commit comments

Comments
 (0)