hodlbod · 9w TIL I learned that if you set the `length` property of a javascript array, it will truncate it. So bizarre. ``` a = [1,2,3] a.length = 0 a === [] ``` wolfpy @Wolfpy 1766002948 You should also learn today Not to do „TIL I learned“ xD