Javascript
main
main
1.0.0
More
Search
Ctrl + K
String.prototype
Repeat()
문자열을 주어진 횟수만큼 반복하여 새로운 문자열을 반환합니다.
Copy
'abc'
.repeat
(
3
);
// 'abcabcabc'
Previous
base64
Next
Array.prototype
Last updated
3 years ago