JS Callbacks
Preperation
- MDN Documentation:
- Read MDN Callback function
- W3Schools Documentation:
- Read W3Schools JavaScript Callbacks
In class:
- Use the Wikipedia example to use a callback function
- Use the Free Code Camp example to use callback functions in different ways
Check Your Understanding
- What is a callback function?
- What is an anymous function?