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 22718ce commit ee4c97cCopy full SHA for ee4c97c
sandbox.js
@@ -1,4 +1,4 @@
1
-var character = 'mario';
+var character = 'marios';
2
console.log(character);
3
var inputs = document.querySelectorAll('input');
4
inputs.forEach(function (input) {
sandbox.ts
-const character = 'mario';
+const character = 'marios';
0 commit comments