Objects In JavaScript
what is object in JS, object is a data structure used to store related information together using key-value pair Each piece of data inside an object has: a key (also called a property name) a value
Mar 10, 202615 min read18

Search for a command to run...
Articles tagged with #blog
what is object in JS, object is a data structure used to store related information together using key-value pair Each piece of data inside an object has: a key (also called a property name) a value

Emmet it is basiclly a tool for writting a html and css superfast . Instead of tying manually everything , you can tpe a short abbreviation , and emmet expands it into full code , for example typing ul>li*3 instantly creates a unorder list with three...
