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 f236392 commit 1e414caCopy full SHA for 1e414ca
hello.js
@@ -26,4 +26,5 @@ class MyClass {
26
27
function allTheThings () {
28
let thing = new MyClass();
29
+ thing.aLongLoop();
30
}
0 commit comments