DEV Community

Discussion on: 13 useful JavaScript array tips and tricks you should know

Collapse
 
gabrielpinheiro profile image
Gabriel Pinheiro

Oh you're right, first line should have been:

let firstValues = new Set(numOne);

Thanks for pointing that up