DEV Community

Discussion on: How to create an array of unique values in JavaScript using Sets

Collapse
 
seth10 profile image
Seth T

Is there any difference in performance between Array.from and using the spread operator?