Today I Learned - Rocky Kev

Tagged “advanced-js”

  1. TIL about what causes Memory leaks in Javascript

    As long as it is possible to reach it, keep it. Everything else gets yeeted.

  2. TIL how Node/V8 works with imports/exports

    This is accurate only up to how JS works in Chrome-based browsers, and NodeJS, as Node uses V8 under the hood. But overall, it's referencing vs live binding

  3. TIL more scary floats in Javascript

    using floats with parseInt can cause unexpects side effects

See all tags.