728x90

๋ฌธ์์ด ๊ฒ์ ๋ฉ์๋ : charAt()
charAt() ๋ฉ์๋๋ ๋ฌธ์์ด์์ ํน์ ์ธ๋ฑ์ค์ ์์นํ๋ ๊ฐ์ ๋ฐํํฉ๋๋ค.
charAt() ๋ฉ์๋
"๋ฌธ์์ด".charAt(์ซ์)
const str1 = "javascript reference";
const currentStr1 = str1.charAt();
const currentStr2 = str1.charAt("0");
const currentStr3 = str1.charAt("1");
const currentStr4 = str1.charAt("2");
๊ฒฐ๊ณผ๋ณด๊ธฐ
j
j
a
v
j
a
v
728x90
'Javascript' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
์๋ฐ์คํฌ๋ฆฝํธ : GSAP๋? (8) | 2022.08.29 |
---|---|
์๋ฐ์คํฌ๋ฆฝํธ : ํจ์์ ์ ํ (11) | 2022.08.22 |
์๋ฐ์คํฌ๋ฆฝํธ : ๋ฌธ์์ด ๊ฒ์ ๋ฉ์๋ : match() (9) | 2022.08.22 |
์๋ฐ์คํฌ๋ฆฝํธ : ๋ฌธ์์ด ๊ฒ์ ๋ฉ์๋ : search() (9) | 2022.08.22 |
์๋ฐ์คํฌ๋ฆฝํธ : ๋ฌธ์์ด ๊ฒ์ ๋ฉ์๋ : includes() (6) | 2022.08.17 |
๋๊ธ