Is it JavaScript or Javascript?

Javascript

Javascript Problem Overview


I know this isn't programming-related, but I'm curious what this community thinks about the subject. My understanding is that JavaScript is what the language is named. Lately, it seems to have become trendy to write it Javascript. Who are we to rename the language? I'm interested to hear if there is a cogent argument for changing the capitalization. Thanks for indulging me!

Javascript Solutions


Solution 1 - Javascript

It's JavaScript.

Solution 2 - Javascript

The official name is JavaScript, though it really doesn't matter in practice :)

You can view the documentation here. Note that JavaScript is not the same as ECMAScript as the other answers suggest, it's an implementation of ECMAScript.

Solution 3 - Javascript

It's spelled ECMAScript.

Solution 4 - Javascript

According to the RFC, the programming language is called JavaScript.

Solution 5 - Javascript

I vote for ECMAScript!

Sounds like CW, by the way.

Solution 6 - Javascript

JavaScript is trademarked by Sun, which is now Oracle. The true naming is ECMAScript but JavaScript is the well known name for it.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAndrew HedgesView Question on Stackoverflow
Solution 1 - JavascriptRocket HazmatView Answer on Stackoverflow
Solution 2 - JavascriptNick CraverView Answer on Stackoverflow
Solution 3 - JavascriptnmichaelsView Answer on Stackoverflow
Solution 4 - JavascriptKlaus Byskov PedersenView Answer on Stackoverflow
Solution 5 - JavascriptjwuellerView Answer on Stackoverflow
Solution 6 - JavascriptsubhazeView Answer on Stackoverflow