I am a beginner of js. I tried find a solution over internet but I couldnt.
Is there a way to know what is the name of a variable??
On below, i will be the value of each parameter......, Please advice!!!
Object = { a: xxx, b : xxx };
for(var i in Object ) { if(/* i`s variable name is 'a'*/){ /* do something*/ } }