JavaScript tips and tricks, Part 2

September 17th, 202518892 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...

JavaScript tips and tricks

September 14th, 202541123 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...
Page 1 of 212