Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit e6fce81

Browse files
Jerome KellyJerome Kelly
authored andcommitted
feat: create Cat class
1 parent ae065ec commit e6fce81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cat.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export class Cat {
2+
makeAsound() {
3+
console.log("wouf wouf");
4+
}
5+
}

0 commit comments

Comments
 (0)