Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@AkashRajvanshi
Created September 26, 2019 06:32
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 AkashRajvanshi/d3d31b8228888df30dbcb5004e07c20a to your computer and use it in GitHub Desktop.
Save AkashRajvanshi/d3d31b8228888df30dbcb5004e07c20a to your computer and use it in GitHub Desktop.
function foo () {
'use strict'
console.log("Simple Function Call") //Simple Function Call
console.log(this) //undefined
}
foo()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment