Created
June 6, 2022 05:06
-
-
Save dikshadhote/6ff03b525a06d015cf0fe0347689a87e to your computer and use it in GitHub Desktop.
CASE 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var number = 4; | |
function test() | |
{ | |
console.log(number ); | |
} | |
test(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment