Front End Programmer Question:
Explain what is a javascript object?
Answer:
A collection of data containing both properties and methods. Each element in a document is an object. Using the DOM you can get at each of these elements/objects and do some cool sh*t.
Previous Question | Next Question |
Tell me what is the difference between form get and form post? | Tell us what is the difference between HTML and XHTML? |