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.

Read All 67 Front End Developer Questions
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?