untitled notebook

node v10.24.1
version: 1.0.0
endpointsharetweet
console.log("What is 'this' value?", this) // Window function simpleFunction () { console.log("What is the value of this inside function?", this) // Window } simpleFunction()
Loading…

no comments

    sign in to comment