Objects in JavaScript | JS for Beginners

preview_player
Показать описание
Objects around us have properties and funtionality. For eg: A car is an object that has some properties like color, size etc. Similarly, car also has some functions like starting, stopping, accelerating etc.
This idea of objects is used in programming too!!
In this Javascript Tutorial we will create a program in VS Code that creates an object Student and will define the properties of this object and some functions also.
Whenever an object is created it is initialized in the memory.
Objects are reference types which means they use referencing. If any change is made in a reference type, it will reflect in another variables that are referencing to it.

🔗Important Links:

🌐Join our community:
#objects #js #javascript
Рекомендации по теме
visit shbcf.ru