Home
Blog
About
August 05, 2017
Spread operator trumps string.split('')
str
.
split
(
''
)
=>
[
...
str
]
← Be careful call backing array.fill()
Don't compare two arrays with === →