Javascript objects can accept an empty key with some value but how do we access the value of that empty key ?
var obj = {
    "": "Name"
}
Javascript objects can accept an empty key with some value but how do we access the value of that empty key ?
var obj = {
    "": "Name"
}
 
    
    