[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
  • 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