Introduction
A function's this behave is a little bit different in JavaScript, unlike other languages.
it also work diffrently with the use of strict
mode and non-strict
mode.
In non-strict
both functions calls' this point to window/object
and return true.
Top comments (0)