Answers

Question and Answer:

  Home  Expert JavaScript Developer

⟩ How are object properties assigned in JavaScript?

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"

 173 views

More Questions for you: