Skip to content

Commit 9bf973b

Browse files
committed
feb 12 night
1 parent b83dbd7 commit 9bf973b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js_notes/basic-q.js

+3
Original file line numberDiff line numberDiff line change
@@ -296,3 +296,6 @@ let car = {
296296
}
297297
console.log(car);
298298

299+
// Q19 Write a method to display all properties of the car object.
300+
301+

0 commit comments

Comments
 (0)