Skip to content

Instantly share code, notes, and snippets.

@mabel
Last active September 25, 2017 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mabel/66e605a8825b9e680528c2a2739a7f4a to your computer and use it in GitHub Desktop.
Save mabel/66e605a8825b9e680528c2a2739a7f4a to your computer and use it in GitHub Desktop.
Переменные в JavaScript

Hello World!

const test = {a: 1, b: 2}
var test = 1234
for(let i = 0; i < 10; i++){
console.log(i)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment