Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

タグ「constants」の付いた記事

1 件のドキュメントが見つかりました

  • Web/JavaScript/Reference/Statements/const const 宣言 は、読み取り専用の値を生成します。不変の値を意味するものでは ありません 、単純に、再アサインできない変数の識別子を意味します。