JavaScript: 3 Ways to Find the Maximum Value in an ArrayFinding the maximum value in an array in 3 ways: for loop, math.max() method with the spread operator, and reduce() methodSeptember 18, 2023
React Router DOM: The Differences Between NavLink, Link, and <a>How to use NavLink, Link, and <a> — explained with examples.September 23, 2022
JavaScript: How to Add and Remove Event ListenersWhat is the purpose of event listeners? Event Listeners ensure your page responds accordingly when a specific action occurs.September 19, 2022
React Router: How to Use the useParams() HookA guide (with examples) on how you can use the useParams() hook to improve your web applications.September 2, 2022
JavaScript Dot Notation vs. Bracket Notation: Which to Use WhenThe difference between Dot Notation & Bracket Notation, and when you should use each one.June 13, 2022