Callbacks in JavaScript: Why They Exist
If you’ve been learning JavaScript, you’ve definitely seen this word callback And at first it feels like: Okay… it’s a function… but why is it passed inside another function??? And then when async c

Search for a command to run...
Articles tagged with #developer-blogging
If you’ve been learning JavaScript, you’ve definitely seen this word callback And at first it feels like: Okay… it’s a function… but why is it passed inside another function??? And then when async c

Let’s be real. When you first hear synchronous and asynchronous in JavaScript, it feels like some big complicated concept. But the truth is… it’s actually very simple. You just need the right way to l

When people start learning JavaScript seriously, sooner or later they hear this term:Object-Oriented Programming (OOP). At first it sounds like something very complicated or “advanced”. But honestly,

Everything you need to know to start working with arrays in JavaScript

When you start writing JavaScript programs, one thing becomes very obvious pretty quickly. You end up writing a lot of functions. Some functions are small helper functions, some perform simple calcula

Because Code Shouldn’t Just Run… It Should Decide.
