Post Au7I2585GYX5IPunGC by Ciantic@twit.social
 (DIR) More posts by Ciantic@twit.social
 (DIR) Post #Au7I2585GYX5IPunGC by Ciantic@twit.social
       2025-05-15T10:46:26Z
       
       0 likes, 0 repeats
       
       Annoying:let { foo } = "bar"let { foo } = 0let { foo } = falselet { foo } = nulllet { foo } = undefinedWith string, number and boolean it doesn't throw error, but with null and undefined it throws error. Yeah, I kind of understand as they are 'objects', but this is annoying.#javascript