- 01. 숫자 메서드 : Number.MAX_VALUE
- 02. 숫자 메서드 : Number.MAX_VALUE
- 03. 숫자 메서드 : Number.MAX_SAFE_INTEGER
- 04. 숫자 메서드 : Number.MIN_SAFE_INTEGER
- 05. 숫자 메서드 : Number.Nan
- 06. 숫자 메서드 : Number.isFinite
- 07. 숫자 메서드 : Number.isInteger
- 08. 숫자 메서드 : Number.isNan
- 09. 숫자 메서드 : Number.prototype.toFixed
- 10. 숫자 메서드 : Number.prototype.toPrecison
- 11. 숫자 메서드 : Number.prototype.toString
- 01. 데이트 메서드 : new Date()
- 02. 데이트 메서드 : Date.now
- 03. 데이트 메서드 : Date.parse
- 04. 데이트 메서드 : Date.UTC
- 05. 데이트 메서드 : Date.prototype.getFullYear
- 06. 데이트 메서드 : Date.prototype.setFullYear
- 07. 데이트 메서드 : Date.prototype.getMonth
- 08. 데이트 메서드 : Date.prototype.setMonth
- 09. 데이트 메서드 : Date.prototype.getDate
- 10. 데이트 메서드 : Date.prototype.setDate
- 11. 데이트 메서드 : Date.prototype.getDay
- 12. 데이트 메서드 : Date.prototype.getHours
- 13. 데이트 메서드 : Date.prototype.setHours
- 14. 데이트 메서드 : Date.prototype.getMinutes
- 15. 데이트 메서드 : Date.prototype.setMinutes
- 16. 데이트 메서드 : Date.prototype.getSeconds
- 17. 데이트 메서드 : Date.prototype.setSeconds
- 18. 데이트 메서드 : Date.prototype.getMillseconds
- 19. 데이트 메서드 : Date.prototype.setMillseconds
- 20. 데이트 메서드 : Date.prototype.getTime
- 21. 데이트 메서드 : Date.prototype.setTime
- 22. 데이트 메서드 : Date.prototype.getTimezoneOffset
- 23. 데이트 메서드 : Date.prototype.toDateString
- 24. 데이트 메서드 : Date.prototype.toTimeString
- 25. 데이트 메서드 : Date.prototype.toISOString
- 26. 데이트 메서드 : Date.prototype.toLocalString
- 27. 데이트 메서드 : Date.prototype.toLocalTimeString