Angus ChangCoercion in JavaScript: `NaN` & `isNaN`Within our primitive types there are special values, these special values include: undefined, null, true, false, NaN, Infinity, -Infinity…Oct 21, 2022Oct 21, 2022
Angus ChangCoercion in JavaScript: Types and the typeOf OperatorThe purpose of this series is to better understand the concept of coercion and how it works within the JavaScript programming language…Oct 13, 2022Oct 13, 2022
Angus ChangJavaScript: The Event LoopJavaScript is a single-threaded, asynchronous, concurrent, non-blocking language… If you’re like me this means absolutely nothing and…Feb 16, 2021Feb 16, 2021