Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ballenf
on June 21, 2019
|
parent
|
context
|
favorite
| on:
Why ['1', '7', '11'].map(parseInt) returns [1, NaN...
What's wrong with just:
[...].map(Number)
?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[...].map(Number)
?