TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Zeros in JavaScript

11 pointsby cheeaunalmost 13 years ago

2 comments

Juhaalmost 13 years ago
I wish I went through a page like this when I started JS. It might be useful to try to make some of the more illogical ones in bold, like NaN==NaN=false or [0]==0=true but [0]==[0]==false.<p>Also at least first and second table seem to be symmetric. To help visual parsing half of them could be hidden.
bestestalmost 13 years ago
Nice writedown, albeit quite difficult to parse visually. Some mouse-dependent row / column highlighting would be quite beneficial in this case.