+ 1
What is object in java script?
2 Answers
+ 3
Most common obect in JS is a DOM or some elements of dom, when you see document.getElementById() you see that getElementById method is called on dom object, also it will return some element of a page as an object.
Here are more on this topic:
https://www.w3schools.com/js/js_objects.asp
+ 1
@dima I did not understand.