Update rainbow.ts
This commit is contained in:
parent
0356032002
commit
2afc914df1
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
chars.join('');
|
||||
}
|
||||
|
||||
sleep = ms => new Promise(resolve => setTimeout(resolve, ms));
|
||||
sleep = ms => Promise(resolve => setTimeout(resolve, ms));
|
||||
|
||||
M animateString(str) {
|
||||
console.log();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue