We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062c5f1 commit bc7b338Copy full SHA for bc7b338
fundamentals.js
@@ -30,3 +30,4 @@ var instructor = {one: "Leo", two: "Peter", three: "Suresh"};
30
// it (do not change the original object you typed above) and assigning it
31
// a boolean value.
32
// Type your solution immediately below this line:
33
+instructor["has-office-hours"] = true;
0 commit comments