Skip to content

Commit

Permalink
4.1. 객체는 언제 쓰는가?
Browse files Browse the repository at this point in the history
  • Loading branch information
egoing committed Apr 7, 2019
1 parent 4d5524e commit a7be7dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions built-in.js
@@ -0,0 +1,3 @@
console.log("Math.PI", Math.PI);
console.log("Math.random()", Math.random());
console.log("Math.floor(3,9)", Math.floor(3.9));

0 comments on commit a7be7dc

Please sign in to comment.