
The JavaScript Jungle
Welcome to the JavaScript Jungle! Here, I share insights and expertise on a wide range of tricks and topics I've acquired throughout my experience with this formidable language. My aim is to assist others in their journey and prevent unnecessary redundancy. Stay tuned for more valuable content!
Featured Posts
Redux Toolkit: an example
In this post, I disseminate Redux Toolkit, providing a quick example to understand all the basics and brush up on concepts.
Mastering Object-Oriented Programming (practicing-OOP) with a Simple Task Manager in JavaScript
Practice practicing-OOP by creating a Task Manager in Vanilla JavaScript
The Event Loop: Why JavaScript Isn’t Really Single-Threaded
An explanation of how the JavaScript Event Loop works and why JavaScript isn't really single-threaded.
Closures Explained Like You’re Five
A beginner-friendly explanation of JavaScript closures with simple examples.
The Weird Parts of JavaScript: Hoisting, Coercion, and More
hoisting, type coercion, and some other odd behaviors
ForEach() vs Map()
Ever found yourself in the JavaScript jungle, wondering about the difference between forEach() and map()?