I am trying to decode a code and was stuck at the function calling. The function is defined in the below way.
Function(){} ({
g: 0,
h :{},
c:{
a:1,
b:2,
d:4
}
});
Please help me how to call the above function. How to display g and to access c defined variables.
I don't know really what you want but I will take the following assumptions:
Based on the guesses above, follows a workable code: