KKelsyinkelsy-blog.hashnode.dev·Dec 26, 2022 · 5 min readGetting started with JS loopsLoops are an essential tool in JavaScript that can greatly improve the efficiency and simplicity of your code and are a key construct to master to become proficient in the language. In this article, you are going to learn the three most important typ...00
KKelsyinkelsy-blog.hashnode.dev·Dec 19, 2022 · 7 min readUnderstanding JavaScript Promises👩💻👨💻Promises are one of the most important features of JavaScript, they allow us to write cleaner code by reducing callback functions and give us the ability to perform asynchronous operations in a more linear fashion. Today, you are going to learn how p...00
KKelsyinkelsy-blog.hashnode.dev·Dec 12, 2022 · 3 min readUnderstanding Map, Filter & Reduce functions.Before we jump in, I'd like to talk about what these functions have in common. Can you take a guess? They are both referred to as Higher-Order Functions. What's a higher-order function? A higher-order function (HOF) is a function that can take anothe...00
KKelsyinkelsy-blog.hashnode.dev·Dec 5, 2022 · 7 min readHow Does JavaScript Work?🧐There is nothing more exciting than learning to code for the first time. We get so passionate that we want to start building projects right away. However, we tend to miss the one thing that can bring more meaning in the way we write codes which is......00