#inbuilt-function
Read more stories on Hashnode
Articles with this tag
const person = { name: "John", age: 30, address: { street: "123 Main St", city: "Exampleville", country: "Exampleland" }, ...