Object in javascript is basically a datastructure consist of key-value pair.If we want to access a element of javascript object we have to access that element using its key eg: let person={ name:"john", lastName:"doe" } //To access lastName doe we s...
thenoobtechie.hashnode.dev5 min read
No responses yet.