Merge pull request #2440 from Gabswim/patch-1

typo in tutorial
pull/2442/head
Rich Harris 5 years ago committed by GitHub
commit 0fe4195fbf
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