Useful JavaScript globals

June 20th, 20241773 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

June 19th, 20241805 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
RSS
Follow by Email