Today I Learned - Rocky Kev

Tagged “gotchas”

  1. TIL array fill references the same object in memory

    When you use `array.fill` to create inner arrays, it's actually just referencing the same space in memory.

  2. TIL Rest Parameters

    JS you so crazy

  3. TIL JS's funky decimal math

    JS you so crazy

See all tags.