Skip to content

Commit 30608bd

Browse files
Charlene TranCharlene Tran
Charlene Tran
authored and
Charlene Tran
committed
CT completed
1 parent a6578b5 commit 30608bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

classes/chapter-examples-CT/ClassExamples01.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ class Astronaut {
44
this.name = name;
55
this.age = age;
66
this.mass = mass;
7-
//this.color = color; // Added Color property
87
}
98
}
109

0 commit comments

Comments
 (0)