Since JavaScript is essentially an object-oriented scripting language, it supports and encourages the usage of objects while developing web applications.
const student = {
name: ‘John’,
age: 17
}
Since JavaScript is essentially an object-oriented scripting language, it supports and encourages the usage of objects while developing web applications.
const student = {
name: ‘John’,
age: 17
}
Leave a Reply