Skip to content

Commit a019331

Browse files
committed
first commit
1 parent afae86b commit a019331

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
# JavaScript - II
33

4+
## Frank Martinez
5+
46
With some basic JavaScript principles in hand, we can now expand our skills out even further by exploring callback functions, array methods, and closure. Finish each task in order as the concepts build on one another.
57

68
## Task 1: Set Up The Project With Git
@@ -45,4 +47,4 @@ We have learned that closures allow us to access values in scope that have alrea
4547

4648
* [ ] 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.
4749

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

0 commit comments

Comments
 (0)