← tags
writing
javascript
Arrays In JavaScript
Consider a case when you want to store lots of data e.g. all your favorite pizzas or tacos. How will you store all the names in your program? Will you create 10 different variables for ten different pizzas?.
Ternary operator in Javascript
Learn how to use ternary operator (?) in javascript
Unboxing Javascript
Exploring the real model of an variable in javascript