We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7efa14 commit 4fbb7c2Copy full SHA for 4fbb7c2
hello.js
@@ -9,4 +9,8 @@ class MyClass {
9
mungeData(data) {
10
return this.myField + data;
11
}
12
+
13
+ mungeMoreData(data) {
14
+ return this.mungeData(data) * data;
15
+ }
16
0 commit comments