Skip to content

Instantly share code, notes, and snippets.

@Gokhan-Unal
Created September 27, 2022 20:13
Show Gist options
  • Save Gokhan-Unal/a87f5d1e6032fa885bb4b6b805de476f to your computer and use it in GitHub Desktop.
Save Gokhan-Unal/a87f5d1e6032fa885bb4b6b805de476f to your computer and use it in GitHub Desktop.
Hoisting
console.log(a)
var a = "JavaScript"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment