Y
Hacker News
new
|
ask
|
show
|
jobs
by
XCSme
2269 days ago
You don't need the * 1 multiplication:
return (cellA > cellB) - (cellA < cellB);
1 comments
xxs
2269 days ago
does work for NaN... rookie mistake, eh
link