JavaScript Strings

To create strings, we can both directly assign a string to a variable or constan...

JavaScript Array inheritance

An array is the simplest way to define a set of data. But sometimes the basic fe...

JavaScript Array Operations

The JavaScript language provides rich features for working with arrays, which ar...

JavaScript Arrays and the spread operator

The spread operator (operator … ) allows you to spread an array into indiv...

Creating an Array in JS and the Array Object

Arrays are used to store a set of data in JavaScript. Arrays in JavaScript are r...

JavaScript Inheritance

Some classes can inherit from others. Inheritance allows you to reduce the amoun...