mirror of
https://github.com/alrayyes/wiki.git
synced 2025-07-14 13:41:47 +00:00
Quartz sync: May 6, 2024, 10:40 PM
This commit is contained in:
parent
aee9145691
commit
4ef8371441
635 changed files with 22281 additions and 6 deletions
10
content/20201112095451-javascript_string_repeat_method.md
Normal file
10
content/20201112095451-javascript_string_repeat_method.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
id: e3638bb4-1baa-4619-b2b9-283040f14b65
|
||||
title: JavaScript String Repeat Method
|
||||
---
|
||||
|
||||
# Syntax
|
||||
|
||||
``` javascript
|
||||
console.log('dodo '.repeat(3)) // dodo dodo dodo
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue