MCPcopy Create free account
hub / github.com/PhilopaterHany/JavaScript-Bootcamp / sayHello

Function sayHello

Lessons/Week 11/083 - This Keyword.js:24–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22console.log(this.myVar);
23
24function sayHello() {
25 console.log(this);
26 return this;
27}
28sayHello();
29
30console.log(sayHello() === window);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected