Skip to content

Instantly share code, notes, and snippets.

@arturlector
Last active April 16, 2016 15:15
Show Gist options
  • Save arturlector/b7c67f401eaae569e6928afaf863b0de to your computer and use it in GitHub Desktop.
Save arturlector/b7c67f401eaae569e6928afaf863b0de to your computer and use it in GitHub Desktop.
Константы и переменные? let vs var?

Константы и переменные? let vs var?

let - константа

var - переменная

let maximumNumberOfLoginAttempts = 10
var currentLoginAttempt = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment