Top Categories
Everything is an Object in JavaScript Lets's Prove It | Types & Object in Advanced JavaScript Hindi
- Category:
- Sub Category:
Welcome, we will see How Everything is an Object in JavaScript? Also, data types in Advanced Javascript in Hindi. JavaScript makes an arbitrary distinction between values: Primitive values and Objects. Primitive values include boolean, numbers, strings, null and undefined. While everything else i
Welcome, we will see How Everything is an Object in JavaScript? Also, data types in Advanced Javascript in Hindi. JavaScript makes an arbitrary distinction between values: Primitive values and Objects. Primitive values include boolean, numbers, strings, null and undefined. While everything else in a JavaScript is said to be an object which means window, JSON, Math, and even functions and arrays are Objects as well. Primitive data type vs Non-Primitive data types also covered.