Skip to content

Instantly share code, notes, and snippets.

@dikshadhote
Created June 6, 2022 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dikshadhote/6ff03b525a06d015cf0fe0347689a87e to your computer and use it in GitHub Desktop.
Save dikshadhote/6ff03b525a06d015cf0fe0347689a87e to your computer and use it in GitHub Desktop.
CASE 2
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