what is Single Object?
Answers
Answered by
1
Object literals: properties. Object literals are one way of creating objects-as-records. They are a stand-out feature of JavaScript: we can directly create objects – no need for classes! This is an example: ... In the example, we created an object via an object literal, which starts and ends with curly braces {} .
Answered by
1
Answer:
Object literals : Properties . Object literals are one way of creating object-as-records. Thay are a stand - out feature of .JavaScript.;
We can directly create an object _ no need for classes! This is an example ;The first property has the key first and the value 'Jane' .
Similar questions