
Vaid, Abhishek
@vaidabhishek
Computer Science Enthusiast. Programmer. Eternally Curious Person. Motion Picture Admirer. Amateur Gamer. Ex Co-Founder of a tech Startup. Rational. Humanist.
ID: 21041585
http://vaidabhishek.com 16-02-2009 23:17:53
4,4K Tweet
373 Followers
940 Following

Nobody can convince me that JavaScript isn't absurd for backend dev, full of gotchas and unintuitive APIs. Just found out you can create a range-like object with Array.from({length: 90}, <map_fn>). The doc says Array.from accepts iterables—how is {length: 90} an iterable🤔