Cool New JavaScript Features

February 16th, 20253650 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...

JavaScript tips and tricks

February 16th, 202521122 Use objects/classes to encapsulate your application logic and try not to pollute the global variable scope as this can cause frustrating problems such as libraries not...

Useful JavaScript globals

February 12th, 20253835 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...
Page 1 of 212