Skip to content

Commit 4c597db

Browse files
committed
add table of content for current section
1 parent c1b706f commit 4c597db

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

10-A_Closer_Look_At_Functions/challenge.js

Whitespace-only changes.

10-A_Closer_Look_At_Functions/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
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>

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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 🎉]()

0 commit comments

Comments
 (0)