Fix: typo
This commit is contained in:
parent
7eb1c8ac9f
commit
433f2b421d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ array = [1, 2, 3, 4];
|
|||
console.log(Math.min(...array));
|
||||
```
|
||||
|
||||
istead of the old syntax
|
||||
instead of the old syntax
|
||||
|
||||
```javascript
|
||||
array = [1, 2, 3, 4];
|
||||
|
|
Loading…
Reference in a new issue