Object literals vs create
Two different ways for creating object.
advanced frontend topics with short solutions and explanations
Programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS.
Supports much of the structured programming syntax (e.g. if statements, loops, switch statements, etc.). One syntactic difference is automatic semicolon insertion, which allow semicolons (which terminate statements) to be omitted.
References - wikiTwo different ways for creating object.
Check the difference between these two.
Understanding new primitive data type.
Get to know these 3 methods better.
New ES6 features similar to objects and arrays.
Check the differences between these two.
It is possible to create enums in JavaScript?
Combine all promises into one.
parseInt() is the most popular way used for parsing strings into numbers. What are the differences comparing parseInt to Number()? Or what is doing “+” before strings?