JavaScript has a sort() method that you can use on arrays. But the results are almost always weird and don’t return what you initially expect it to do. So for example, if you have the following… (more…)
Read more »
Some time ago, I got inspired to build an app for solving specific kinds of math problems. I discovered I had to parse the expression into… (more…)
Read more »
Have you ever heard the expression 'You don't know what you go, til it's gone'? Do you know what it takes to render HTML elements on a web page without Angular, React, Svelte, and Vue? Let's explore a controlled scenario of creating a simple web page and ... (more…)
Read more »
In the world of transpilers it’s hard to look back and return to the fundamentals, Typescript and Babel eliminated so many problems that… (more…)
Read more »
Every JavaScript application uses functions. In this blog post we’ll go over the basics of functions and arrow functions, providing default parameters to functions, passing named parameters to functions, and using the rest parameters in functions... (more…)
Read more »