DZone
Web Dev Zone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
  • Refcardz
  • Trend Reports
  • Webinars
  • Zones
  • |
    • Agile
    • AI
    • Big Data
    • Cloud
    • Database
    • DevOps
    • Integration
    • IoT
    • Java
    • Microservices
    • Open Source
    • Performance
    • Security
    • Web Dev
DZone > Web Dev Zone > What Are the Most Popular JavaScript Keywords? and What This Means for ECMAScript 6

What Are the Most Popular JavaScript Keywords? and What This Means for ECMAScript 6

Axel Rauschmayer user avatar by
Axel Rauschmayer
·
Mar. 20, 12 · Web Dev Zone · Interview
Like (0)
Save
Tweet
3.54K Views

Join the DZone community and get the full member experience.

Join For Free
Ariya Hidayat has used his Esprima parser to count the most popular keywords in a corpus of JavaScript libraries.

The five most popular ones are (by far):

  • 19.2%: this
  • 18.5%: function
  • 18.2%: if
  • 17.1%: return
  • 12.6%: var
Quoting a comment by Thomas Fuchs:

As an interesting aside, CoffeeScript eliminates two out of the first five completely (return and var), and has much shorter ways to express function (->) and this (@).

Functional-programming-style implicit return of the last value in a block is indeed a good idea and will probably make it into ECMAScript 6 in one form or another. One should not forget that the brain recognizes tokens, not characters, which means that for reading code (which is much more important than writing code), shorter tokens don’t matter much. That being said, a shorter function notation will probably also be part of ECMAScript 6 and is appreciated. I do like that JavaScript has a keyword for declaring variables (var now, let soon), because that helps with checking for typos.

For more information, including a diagram of the distribution of the keywords, consult Ariya Hidayat’s article.

ECMAScript JavaScript

Published at DZone with permission of Axel Rauschmayer, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Easily Format Markdown Files in VS Code
  • Building a QR Code Generator with Azure Functions
  • Pub/Sub Design Pattern in .NET Distributed Cache
  • Key Design Elements for IoT Sensors

Comments

Web Dev Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • MVB Program
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends:

DZone.com is powered by 

AnswerHub logo