Skip to content

TIL - Eloquent JavaScript Chapter 4-5

Posted on:February 12, 2024 at 02:23 AM

Note: Eloquent JavaScript was recommended to me by Leon from #100Devs. While I’ve been participating in a JavaScript study using The Modern JavaScript Tutorial, I had an itch to also read Eloquent JavaScript as a refresher.

Eloquent JavaScript TIL - Chapters 4 and 5.

Chapter 4 - Data Structures

Mutability

Array loops

Array and String methods

Rest parameter vs. Spread operator ...

Chapter 5 - Higher-order Functions