Front End Programmer Question:

Explain what is a javascript object?

Front End Developer Interview Question
Front End Developer Interview Question

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 QuestionNext Question
Tell me what is the difference between form get and form post?Tell us what is the difference between HTML and XHTML?