The Event Loop in JavaScriptJavaScript is a powerful language that is used mainly in web programming. It can be very confusing for people who are just starting to learn. Many concepts in JavaScript can be very confusing and hard, and many new learners feel overwhelmed by these ...Apr 17, 2023·4 min read
Array.prototype.map() & Array.prototype.forEach()You must have used map() and forEach() for at least a 100 times but do you know the differences between these two higher order functions of JavaScript? Don't worry I got you covered. First let's talk about higher order functions. Don't go too deep in...May 18, 2022·3 min read