Skip to content

Commit a938c94

Browse files
authored
Object Oriented Programming Files
1 parent b9125a3 commit a938c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

07. Object Oriented Programming/13. Change the Prototype to a New Object.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add the property numLegs and the two methods eat() and describe() to the prototy
3232
--------------------------------------------------------------------------------------------------------------------------------------------------
3333
*/
3434

35-
/* ---------------------------- EXAMPLE --------------------------------- */
35+
/* ---------------------------- EXAMPLE ---------------------------------- */
3636

3737
function Dog(name) {
3838
this.name = name;

0 commit comments

Comments
 (0)