>learn javascript
Learn javascript
Austin Watson
Ayden Wright
No!
Jason Perry
that's why you use closures which share the surrounding lexical this.
Christopher Powell
Or just, like, use modern syntax.
const compareThis = param => {
console.log(this === param);
};
compareThis(this);
>>true
Chase White
let that = this
Adrian Thomas
JavaScript is a fucking shitshow of a language but once you actually properly understand the bizarre rules and quirks like this, equality and type coercion, typeof, undefined, arguments and all of the language's other retardations it becomes quite fun to work with.
Luke Murphy
>once you get used to the torture, it becomes fun
Juan Russell
>once you get used to it being a steaming pile of shit, it stinks less
John Phillips
at least it has more character than C I guess
Henry Rodriguez
JS is the best whiteboarding language