typo in tutorial

pull/2440/head
Gabswim 5 years ago committed by GitHub
parent 41af134639
commit 0b706e24cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ But there's a more *idiomatic* solution:
```js
function addNumber() {
numbers = [...numbers, numbers.length + 1;]
numbers = [...numbers, numbers.length + 1];
}
```

Loading…
Cancel
Save