We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83dbd7 commit 9bf973bCopy full SHA for 9bf973b
js_notes/basic-q.js
@@ -296,3 +296,6 @@ let car = {
296
}
297
console.log(car);
298
299
+// Q19 Write a method to display all properties of the car object.
300
+
301
0 commit comments