250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- activeIndex
- querySelector
- eslint prettier
- swiperOption
- eslint
- classlist
- watchOverflow
- slidePerView
- javascirpt
- display
- JavaScript
- realIndex
- slidePerGroup
- loop:true
- CORS
- vue2
- v-bind
- jquery
- centerSlides
- js
- css
- Vue
- prettier
- swiper
- archiver
- slideChange
- index
- vscode
- 인덱스
- error
Archives
- Today
- Total
코딩하는 둥둥
Math.floor 본문
728x90
Math.floor
- 숫자를 항상 가까운 정수로 반올림한다.
Math.floor(1.6); // 1
Math.floor(2.2); // 2
References.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/floor
https://www.w3schools.com/jsref/jsref_floor.asp
728x90
'Frontend > JavaScript' 카테고리의 다른 글
setTimeout (0) | 2022.11.19 |
---|---|
setInterval (0) | 2022.11.19 |
Math.abs 메서드 (0) | 2022.11.09 |
이벤트(Event) (0) | 2022.11.09 |
콜백 함수(Callback) (0) | 2022.11.09 |