Skip to content
#

ECMAScript

ecmascript logo

ECMAScript is the standardization of the family of scripting languages that includes JavaScript. New versions of the standard are released every year.

Here are 1,139 public repositories matching this topic...

neo
azu
azu commented Feb 7, 2022

Discussed in asciidwango/js-primer#1387

Originally posted by UMA0626 February 7, 2022
以下のページの「変数名に使える名前のルール」セクションで、変数として利用できる文字列の例の部分で「var」が使用されています。
https://jsprimer.net/basic/variables/#variable-name

var $; // OK: $が利用できる
var _title; // OK: _が利用できる
var jquery; // OK: 小文字のアルファベットが利用できる
var TITLE

Created by Brendan Eich, Ecma International

Organization
tc39
Website
www.ecma-international.org
Wikipedia
Wikipedia