+ 1

What is object in java script?

23rd Dec 2017, 12:08 PM
Atif Noor Khan
Atif Noor Khan - avatar
2 odpowiedzi
+ 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
23rd Dec 2017, 12:40 PM
Dima Makieiev
Dima Makieiev - avatar
+ 1
@dima I did not understand.
25th Dec 2017, 8:22 AM
Atif Noor Khan
Atif Noor Khan - avatar