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.

The Weird Parts of JavaScript

4 pointsby backingover 4 years ago

1 comment

lrossiover 4 years ago
For me, the worst is:<p>&gt; [1, 2] + [3, 4] &#x2F;&#x2F; returns &quot;1,23,4&quot;<p>Due to muscle memory from Python, it’s very easy to mess it up.