Loading...

Category: JavaScript

Uglifying JavaScript Files With Gulp 4 – Tutorial

Gulp is a JavaScript (JS) library to automate slow, time consuming repetitive workflows such as minifying or uglifying JS and CSS files, copying files to distribution directory and so on. [ … ]

JavaScript Naming Conventions

Every programming language has some naming convention, JavaScript is no exception. It is good practice to follow naming conventions while naming variables, functions, classes and so on. Following are some [ … ]