Why would this not work?
console.log(Array.from((",1,2,3,4").split(",")).clean())
The first item is returned as an empty string but i don't want it there at
all...
Steve
Why would this not work?
console.log(Array.from((",1,2,3,4").split(",")).clean())
The first item is returned as an empty string but i don't want it there at
all...
Steve