DEV Community

Cover image for JavaScript Best Practices - Part I
nagarajsarath
nagarajsarath

Posted on

JavaScript Best Practices - Part I

Objective
JavaScript is one of the most popular and widely used programming languages used to build both client and server side applications. In a nutshell, JavaScript powers the web.

In this 5 part series, we're going to look at JavaScript best practices with practical example.

Call things by their name

Call things by their name

Modularize - One function per task

One function per task

Top comments (0)