3. global object

01

The global object acts like window. in the browswer, check it out with

fix this
image →

console.log(global)

You can see a few of the same methods as the window object;

  • clearInterval
  • clearTimeout
  • setInterval
  • setTimeout