티스토리 뷰
.startsWith()
String.prototype.startsWith(searchString, position = 0)
Returns true if the receiver starts with searchString; the position lets you specify where the string to be checked starts.
.endsWith()
String.prototype.endsWith(searchString, endPosition = searchString.length)
Returns true if the receiver starts with searchString; the position lets you specify where the string to be checked starts.
.includes()
String.prototype.includes(searchString, position = 0)
Returns true if the receiver contains searchString; position lets you specify where the string to be searched starts.
.repeat()
String.prototype.repeat(count)
Returns the receiver, concatenated count times.
참고
'Javascript' 카테고리의 다른 글
| Ajax 로컬 테스트 안될 때 (0) | 2020.03.26 |
|---|---|
| [Swiper] 한 페이지에 swiper 여러개 일 때 (0) | 2020.03.26 |
| [Swiper] 특정 슬라이드로 이동하기 (0) | 2020.03.26 |
| [javascript] %(percent) 기호 뜻 (0) | 2020.03.26 |
| [Javascript - ES6] - Scope, Closure (펌) (0) | 2020.03.26 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- scss
- fetch
- WAI-ARIA
- Babel
- vue3
- SASS
- 리팩토링
- nodes.js
- 프론트엔드
- jest
- 퍼블리셔
- 탭컴포넌트
- computed
- sass-loader
- json server
- 동적slot
- 중첩라우트
- 토이프로젝트
- 러닝자바스크립트
- node-sass
- vueRouter
- polyfill
- restful api server
- VUE
- Vue.js
- axios
- V-Model
- webpack
- vue cli 4
- semantic
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 31 |
글 보관함
