Skip to content

Instantly share code, notes, and snippets.

@AminBusiness
Created November 8, 2018 21:11
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 AminBusiness/5e35aeee21daad57d478930f52ca1387 to your computer and use it in GitHub Desktop.
Save AminBusiness/5e35aeee21daad57d478930f52ca1387 to your computer and use it in GitHub Desktop.
<script id="jsbin-javascript">
//What is the output?
console.log(typeof typeof 1);
//this returns string
</script>
//What is the output?
console.log(typeof typeof 1);
//this returns string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment