JavaScript this keyword
With students learning programming for the first time this is one of the features that confuses a lot of new programmers, so basically, what is this ?
The this keyword refers to the object, that is executing the current function.
All javascript fu...
pedbad.hashnode.dev6 min read