Skip to content

Commit

Permalink
7.1.변수-형식
Browse files Browse the repository at this point in the history
  • Loading branch information
egoing committed May 28, 2018
1 parent 640a140 commit 23a19be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions syntax/variable.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
var a = 1;
console.log(a);
a = 2;
console.log(a);
// 1 = 2; comment

0 comments on commit 23a19be

Please sign in to comment.