Skip to content

Commit

Permalink
6. JS 문법 - Data type - Number
Browse files Browse the repository at this point in the history
  • Loading branch information
egoing committed May 28, 2018
1 parent 5fb0331 commit 4e5d057
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions syntax/Number.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
console.log(1+1);
console.log(4-1);
console.log(2*2);
console.log(10/2);

0 comments on commit 4e5d057

Please sign in to comment.