Skip to content

Commit 63b4071

Browse files
Merge pull request #53 from nextreleaseio/dw
More fun with js
2 parents 4640455 + 4fbb7c2 commit 63b4071

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)