Skip to content

Commit ee4c97c

Browse files
committed
test
1 parent 22718ce commit ee4c97c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sandbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var character = 'mario';
1+
var character = 'marios';
22
console.log(character);
33
var inputs = document.querySelectorAll('input');
44
inputs.forEach(function (input) {

sandbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const character = 'mario';
1+
const character = 'marios';
22

33
console.log(character);
44

0 commit comments

Comments
 (0)