Skip to content

Commit 4fbb7c2

Browse files
More fun with js
1 parent c7efa14 commit 4fbb7c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hello.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ class MyClass {
99
mungeData(data) {
1010
return this.myField + data;
1111
}
12+
13+
mungeMoreData(data) {
14+
return this.mungeData(data) * data;
15+
}
1216
}

0 commit comments

Comments
 (0)