In this article, you will find various topics. I talked about coding style, comments, Javascript types, JavaScript arrow function, and spread operator. JavaScript try and catch, Cross browser testing, caching, client caching, server caching Coding Style It is very important when you learn a new language how neat and clean your code is. You need to ask yourself can others read your code easily. Because there will be multiple other coders trying to understand your code. If you add comments in your coding it should make…