Fix: typo

This commit is contained in:
Wilfried OLLIVIER 2018-11-22 13:14:48 +01:00
parent 7eb1c8ac9f
commit 433f2b421d

View file

@ -19,7 +19,7 @@ array = [1, 2, 3, 4];
console.log(Math.min(...array)); console.log(Math.min(...array));
``` ```
istead of the old syntax instead of the old syntax
```javascript ```javascript
array = [1, 2, 3, 4]; array = [1, 2, 3, 4];