DEV Community

Discussion on: What is 'this' in JavaScript?

Collapse
 
aktorion profile image
Georgios

In the last example the output wouldn't be :
//Output -> Hello Peach

Instead it would be :
//Output -> Hello undefined

Collapse
 
skaytech profile image
skaytech

Thanks for catching it! I've updated the code 🙂🙏