문자열 메소드 종류

repeat
1. repeat /** * repeat - 첫번째 인자로 넣은 파라미터의 갯수만큼 문자열을 복제 * @params count * @returns string */ "a".repeat(3) // "aaa" "test".repeat(2) // "testtest"
replaceAll
댓글 0

등록된 댓글이 하나도 없습니다...😢