Skip to content

Commit

Permalink
Issue felixge#58: const is a part of ECMAScript 6
Browse files Browse the repository at this point in the history
  • Loading branch information
GPHofficial committed Oct 22, 2015
1 parent c990e91 commit eeb59ca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,6 @@ function bank_Account() {
Constants should be declared as regular variables or static class properties,
using all uppercase letters.

Node.js / V8 actually supports mozilla's [const][const] extension, but
unfortunately that cannot be applied to class members, nor is it part of any
ECMA standard.

*Right:*

```js
Expand Down

0 comments on commit eeb59ca

Please sign in to comment.