this JS ain't right - Arrow functions vs Function expressions
The this
operator in JavaScript can be confusing. Here’s a brief article which goes into how JavaScript figures out what the value of this
is, using some buggy Stimulus controller code as a starting point.
Post a comment