Thanks Arden! You can definitely do the same thing with Array.from, but in my case, the ... is better use IMO. Less code, easy to remember, plus performance. Cheers
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Thanks Arden! You can definitely do the same thing with
Array.from
, but in my case, the...
is better use IMO. Less code, easy to remember, plus performance. Cheers