• Image placeholder
  • 홈 페이지
  • 블로그 센터
  • 범주
Image placeholder

js내장객체

JS_3. 내장객체

Math는 전역객체이기 때문에 new 키워드 사용하지 않음 new Object() 대신 { } 사용가능 new Array() 대신 [ ] 사용가능 new String()대신 " " 사용가능 new Boolean()대신 true나 false 사용가능 new Function()대신 function(){ } 사용가능 배열을 나타내는 객체 배열의 크기가 자동으로 조절 하나의 배열에 여러가지 자료형 ...

mathStringDatejs내장객체arrayDate

© 2022 intrepidgeeks.com

Privacy Policy Contact US Sitemap
🍪 This website uses cookies to ensure you get the best experience on our website. Learn more