🎈 Math Object 다른 개체들과 달리 Math 객체에는 생성자가 없다. constructor 객체를 생성할 때 쓰는 new 키워드 다음에 나오는 것을 constructor(생성자)라 한다. > let zero = new Person(); 에서 Person.