Consider:
var playlist = {"bad romance":"gaga", "we cry":"the script"};
How can I get string "gaga" from my code? What is the name of my array in JavaScript programming?
Consider:
var playlist = {"bad romance":"gaga", "we cry":"the script"};
How can I get string "gaga" from my code? What is the name of my array in JavaScript programming?