How do you create objects in javascript?

Objects in JavaScript are defined differently to most other languages. You define (and create) a JavaScript object with an object literal:var person = {firstName:"John", lastName:"Doe", age:50, eyeColor:"blue"}; This would create an "person" object. Within this object each name:value pair is called a property . Each objects property can be accessed in 2 ways:person.lastName; orperson['lastName'];

KN
Answered by Kelvin N. Javascript tutor

1059 Views

See similar Javascript Mentoring tutors

Related Javascript Mentoring answers

All answers ▸

Find the sum of all multiples of 2 less than 10000


Suppose that you have a <p> element with an id of 'id1'. Use javascript to set the inner html of this element to 'hello!'


What does the document.onload() function do and why is it useful?


I've just heard about objects. How do I use them and do they work with Arrays?


We're here to help

contact us iconContact ustelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2025

Terms & Conditions|Privacy Policy
Cookie Preferences