Cool New JavaScript Features

March 22nd, 202624776 We are going to share you some cool JavaScript features you will love them features like Base64 encoding and decoding, The vibration API, Constants, CSS property is...

Useful JavaScript globals

March 22nd, 202646929 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...

What's Vanilla JS? Why Vanilla JS?

March 19th, 202612994 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 tips and tricks, Part 2

March 18th, 202620922 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 1 of 212