DEV Community

Discussion on: Visualising documentation: JavaScript array.from

Collapse
 
stevescruz profile image
Steve Cruz • Edited

Yes, you are right Charlotte, I corrected my mistake.

I just edited the second snippet, in the second line I was supposed to use Array.from .

I hope it makes sense now.

Thread Thread
 
charlottebrf_99 profile image
Charlotte Fereday

I see! Very cool, thanks for sharing hadn't thought of that use case.