File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
10-A_Closer_Look_At_Functions Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1111 < h1 > A Closer Look at Functions</ h1 >
1212 < button class ="buy "> Buy new plane 🛩</ button >
1313 < button class ="poll "> Answer poll ⁉️</ button >
14- < script src ="script .js "> </ script >
14+ < script src ="challenge .js "> </ script >
1515 </ body >
1616</ html >
Original file line number Diff line number Diff line change @@ -351,3 +351,18 @@ Welcome to JavaScript Fundamentals part two.
351351- [ Working with Strings - Part 1] ( )
352352- [ Working with Strings - Part 2] ( )
353353- [ Working with Strings - Part 3] ( )
354+
355+ ## A Closer Look at Functions
356+
357+ - [ Default Parameters] ( )
358+ - [ How Passing Arguments Work (Value vs Reference)] ( )
359+ - [ First Class and Higher Order Functions] ( )
360+ - [ Function Accepting Callback Functions] ( )
361+ - [ Functions Returning Functions] ( )
362+ - [ The Call and Apply Method] ( )
363+ - [ The Bind Method] ( )
364+ - [ Coding Challenge 1 🎉] ( )
365+ - [ Immediately Invoked Function Expression (IIFE)] ( )
366+ - [ Closures] ( )
367+ - [ Closures Example] ( )
368+ - [ Coding Challenge 2 🎉] ( )
You can’t perform that action at this time.
0 commit comments