티스토리 뷰
.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
- computed
- json server
- vue cli 4
- restful api server
- 러닝자바스크립트
- scss
- 토이프로젝트
- sass-loader
- 탭컴포넌트
- vue3
- Babel
- fetch
- nodes.js
- 프론트엔드
- vueRouter
- 중첩라우트
- SASS
- webpack
- semantic
- node-sass
- WAI-ARIA
- jest
- 동적slot
- V-Model
- 퍼블리셔
- Vue.js
- VUE
- axios
- 리팩토링
- polyfill
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
글 보관함
