This website requires JavaScript.
Explore
Help
Sign in
alrayyes
/
wiki
Watch
1
Star
0
Fork
You've already forked wiki
0
mirror of
https://github.com/alrayyes/wiki.git
synced
2025-03-29 09:12:10 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5caa3a332b
Branches
Tags
No results found.
wiki
/
content
/
20201112095451-javascript_string_repeat_method.md
Ryan Kes
6a506618a5
Quartz sync: Oct 30, 2024, 6:34 PM
2024-10-30 18:34:11 +01:00
184 B
Raw
Blame
History
date
id
title
2020-11-12
e3638bb4-1baa-4619-b2b9-283040f14b65
JavaScript String Repeat Method
Syntax
console
.
log
(
'dodo '
.
repeat
(
3
))
// dodo dodo dodo