How are object properties assigned in JavaScript?

Submitted by: Administrator
Assigning properties to objects is done in the same way as a value is assigned to a variable. For example, a form object's action value is assigned as 'submit' in the following manner - Document.form.action="submit"
Submitted by:

Read Online Expert Developer JavaScript Job Interview Questions And Answers