tips

cover for JavaScript tricks you didn't know about
Uncategorized

JavaScript tricks you didn’t know about

JavaScript is currently one of the most popular programming languages in the world. In recent years it has seen rapid improvements with the popularization of front-end frameworks and the creation of NodeJS. Today I’m going to share some of the lesser known Javascript tricks/features for the Javascript developers out there. 1- Double bang We all […]

Read More
how to read a stack trace
Explained
Tutorial

How to read a stack trace in JavaScript

Picture this: As if seeing something similar to that popping up in your console wasn’t bad enough, picture not being able to find an answer for the issue on Stack Overflow (you’d probably find a solution for this one, but I needed an example for this article😅). In those situations you might not have any […]

Read More