Default Params We can add a default value directly in our parameter list function...
forEach Method forEach is used to iterate over arrays. Here is a simple example: const...
Simple Basic Function Here is a simple function that takes no arguments: function...
The point of looping is to repeat some functionality. Some types of loops include: for loop while...
Objects are collections of key-value pairs (properties). To create an object we can do as...
Array Methods Let's learn a few array methods! If you want to play around to learn, please...
Arrays Arrays are ordered collections of values/variables that are stored sequentially....
String template literals give us a cleaner way to concatenate our strings and variables. Let's say...
Strings Strings are primitive values in JS that contain letters and characters. Some...