Template Literal
0.0
(0)
- Uses back-ticks and ${} to embed values inside text.
- 877.334.2663
- joinus@mycodingclasses.com
0.0
(0)
- Runs the block once before testing the condition.
- 877.334.2663
- joinus@mycodingclasses.com
Anonymous Function
0.0
(0)
- Often used in event listeners or callbacks.
- 877.334.2663
- joinus@mycodingclasses.com
Concatenation
0.0
(0)
- "Hello" + " World" merges two text pieces together.
- 877.334.2663
- joinus@mycodingclasses.com
Break
0.0
(0)
- break ends the current loop immediately.
- 877.334.2663
- joinus@mycodingclasses.com
Callback Function
0.0
(0)
- Pass one function into another to run later.
- 877.334.2663
- joinus@mycodingclasses.com
Array Intro
0.0
(0)
- Arrays hold multiple items like ["red","blue","green"].
- 877.334.2663
- joinus@mycodingclasses.com
Continue
0.0
(0)
- Jumps to the next loop round without finishing the current one.
- 877.334.2663
- joinus@mycodingclasses.com
Higher Order Function
0.0
(0)
- Works with functions as data to create flexible logic.
- 877.334.2663
- joinus@mycodingclasses.com
