What's Vanilla JS? Why Vanilla JS?

April 29th, 20251880 This article aims to highlight how important it is to know JavaScript fundamentals for all front-end developers. I'll explain the reasons you need to have a thorough...

Javascript let vs var

April 28th, 20251626 Differences Between JavaScript var vs Let JavaScript is a scripting language that declares variables of various kinds using keywords like let, const, or Var. Let and...

Useful JavaScript globals

December 29th, 20243825 Math.random() - generates a randon number between 0 and 1. You can multiply the number to get a number in a different range. Math.floor(numberHere) - it would trim...

JavaScript tips and tricks, Part 2

December 26th, 20241871 Minifying your code makes it smaller in size which increases the website’s loading speed, which increases the ranking of the website in search engine and so on. There...
Page 2 of 212