Y
Hacker News
new
|
ask
|
show
|
jobs
by
c2u
4524 days ago
"1 2 3".replace(/d/g, parseInt), I guess it should be "1 2 3".replace(/+d/g, parseInt)