JavaScript
Dangerously Undefining (Almost) Everything
January 18, 2019
TIL In JavaScript, you can set global things (very important things) to others value (like or ). As a general rule, I never touch coreā¦
TIL In JavaScript, you can set global things (very important things) to others value (like or ). As a general rule, I never touch coreā¦
TIL You can infer types in TypeScript using a plain olā Switch statement. This is very handy for Redux implementations, or just reducers inā¦
TIL You can observe changes in the DOM by creating a MutationObserver . I looked into this when I was theorizing how to performantly attachā¦