Hacker News new | ask | show | jobs
by pietro 2965 days ago
That, or `Array.from`. You can even create an array from a string:

    Array.from('string')
    [...'string']