diff --git a/sample.js b/sample.js index 9e45548..ef1d706 100644 --- a/sample.js +++ b/sample.js @@ -1,3 +1,3 @@ console.log("hello world new"); -let a = 5; +let b = 6; console.log(a); \ No newline at end of file