Use standard JavaScript methods to keep your code readable. - Use .includes () to check for a value. - Use .some () to check if a condition exists. - Use .filter () to remove items. - Use .reduce () ...
🧑‍💻 Day 2 of my JavaScript Learning Journey: Spread and Rest Operators! Today, I explored two super handy features introduced in ES6 — the spread and rest operators (...). Though they look alike, ...
The list below isn't meant to be exclusive, it's more so a collection of links that have helped me out along the way (and can hopefully help you). As you'll see, I've focused on JavaScript, React, and ...