Question: This is a javascript question. Please show me how to fix my code. I want to check the value of the object. var obj =
This is a javascript question.
Please show me how to fix my code. I want to check the value of the object.
var obj = {
key1: value1,
key2: value2
};
checkTheValue = obj.getProperty("key1");
document.writeln(checkTheValue)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
