Sun Mar 13 2022 | 1285 Words | 9 Min Read
The script tag is the primary method to insert JavaScript into the HTML page. The script tag has six attributes that are often underutilized and misun...
Cloudaffle
Team
Sun Mar 13 2022 | 1202 Words | 8 Min Read
You would often hear the most seasoned react developers suggest using the spread operator to copy an array instead of simply assigning it to a new var...
Cloudaffle
Team
Sun Mar 13 2022 | 1055 Words | 7 Min Read
We will look at simple escape characters that help you achieve small formatting tasks, such as adding a new line in JavaScript to a complete guide on ...
Cloudaffle
Team
Sun Mar 13 2022 | 1180 Words | 8 Min Read
Mastering JavaScript does require an in-depth understanding of how the entire ecosystem works. The core ecosystem of JavaScript consists of 3 main com...
Cloudaffle
Team
Sun Mar 13 2022 | 1068 Words | 7 Min Read
What is ECMAScript? There is a complete story on the history of JavaScript and how it came into existence. To cut a long story short, ECMA in ECMAScri...
Cloudaffle
Team
Sun Mar 13 2022 | 1134 Words | 8 Min Read
Having a humble beginning of starting as a language that was intended to handle browser validations to a full-blown programming language that powers a...
Cloudaffle
Team
Sun Mar 13 2022 | 735 Words | 5 Min Read
JavaScript has never had an elegant way of handling string until the launch of ES6. ES6 introduces something known as template literals, which enable ...
Cloudaffle
Team
Sun Mar 13 2022 | 1227 Words | 8 Min Read
With javascript, variable declarations have always been one of its tricky parts. Unlike most C-based languages, javascript variables are always not cr...
Cloudaffle
Team