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.

JavaScript Idiosyncrasies

6 pointsby hamidralmost 11 years ago

2 comments

notduncansmithalmost 11 years ago
Javascript does have some (well-known) warts, but once you grok function declaration and variable hoisting many of these listed "idiosyncrasies" become obvious. Also, most of these are things you should never do anyways.
kris_zhangalmost 11 years ago
I found similar one: <a href="http://javascript-puzzlers.herokuapp.com/" rel="nofollow">http:&#x2F;&#x2F;javascript-puzzlers.herokuapp.com&#x2F;</a>