Update statements.md

This commit is contained in:
Abhijith Chatra 2017-02-28 18:19:37 -08:00 committed by GitHub
parent 75331e4297
commit 9db5db5067

View File

@ -5,7 +5,6 @@ The following JavaScript statements are supported for the @boardname@:
## Variable declarations
* `const` statement - [read more](http://devdocs.io/javascript/statements/const)
* `let` statement - [read more](http://devdocs.io/javascript/statements/let)
* `var` statement - [read more](http://devdocs.io/javascript/statements/var)
## Block-structured statements