Update site/content/tutorial/02-reactivity/04-updating-arrays-and-objects/text.md

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/7073/head
Tan Li Hau 4 years ago committed by GitHub
parent 331800998b
commit d8776b4f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ function addNumber() {
}
```
You can also get a similar result using the ES6 spread syntax:
You could also write this more concisely using the ES6 spread syntax:
```js
function addNumber() {

Loading…
Cancel
Save