Solera Interview Question

What are the different `this` contexts within a browser?

Interview Answer

Anonymous

Sep 27, 2017

this this and this. depending on the context -> functors, functions, classes, events, closures and global window ;)