I have the following object:
var process = {
template1: {
ref: // here I want to get 'template1'
}
}
How can I access the parent key name as above?
I have the following object:
var process = {
template1: {
ref: // here I want to get 'template1'
}
}
How can I access the parent key name as above?