Fix: typo

This commit is contained in:
Wilfried OLLIVIER 2018-11-22 13:14:48 +01:00
parent 7eb1c8ac9f
commit 433f2b421d
1 changed files with 1 additions and 1 deletions

View File

@ -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];