Skip to content

Instantly share code, notes, and snippets.

@defields923
defields923 / jsbin.varegek.js
Last active December 1, 2016 21:09 — forked from anonymous/index.html
VariablesVariables studies// source https://jsbin.com/varegek
// -----Variables definition----- //
/* In Javascript, Variables are empty containers used
for storing data values. All variables must be identified using unique names:
Ex. uniName
Variables are bound to the scope in which they declared,
and variable names can contain letters, digits, underscores,
and dollar signs; however, they must begin with a letter,
OSZAR »