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.

A re-introduction to JavaScript

5 pointsby jemeshsuover 13 years ago

1 comment

ysangkokover 13 years ago
Why don't they use the "var f1 = function() {}" syntax instead of the "function f1() {}" syntax? I thought the former was better because of scoping.