[TIL/23]05.03.Wed.
2023. 5. 3. 22:35ใโ๏ธ TIL(Today I Learned)/๐ฐ 2023 Black Rabbit
Today I Studied
- PS
- Programmers/์ฝ๋ฉํ
์คํธ ์
๋ฌธ/Lv0/ Day 14
์ฝ๋ฉ ๊ธฐ์ด ํธ๋ ์ดํ /Lv0/Day 1
- Programmers/์ฝ๋ฉํ
์คํธ ์
๋ฌธ/Lv0/ Day 14
- JS ๊ณต์๋ฌธ์ ์ ๋ณต
Guides/Getting started with the web/HTML basics ์งํ์ค
Today I Leared
- startsWith(searchString, position)
- ๐๐ป string์ด () ๋ด์ฉ์ผ๋ก ์์ํ๋ฉด true๋ฅผ ๋ฐํํ๋ JS method
const str = "To be, or not to be, that is the question.";
console.log(str.startsWith("To be")); // true
console.log(str.startsWith("not to be")); // false
console.log(str.startsWith("not to be", 10)); // true
๐ฐ๏ธ ์ค๋์ ๊ณต๋ถ ์๊ฐ: 4:22
referance
https://devdocs.io/javascript/global_objects/string/startswith
'โ๏ธ TIL(Today I Learned) > ๐ฐ 2023 Black Rabbit' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
| [TIL/23]05.05.Fri - 05.07.Sun (0) | 2023.05.08 |
|---|---|
| [TIL/23]05.04.Thu. (0) | 2023.05.04 |
| [TIL/23]05.02.Tue. (0) | 2023.05.02 |
| [TIL/23]05.01.Mon. (0) | 2023.05.01 |
| [TIL/23.]04.28.Fri. ~ 04.30.Sun. (0) | 2023.05.01 |