Update task.md
This commit is contained in:
parent
24411a8de8
commit
844f8324c5
1 changed files with 4 additions and 4 deletions
|
@ -11,9 +11,9 @@ The formula for the average is `(age1 + age2 + ... + ageN) / N`.
|
|||
For instance:
|
||||
|
||||
```js no-beautify
|
||||
let john = { name: "John", age: 25 }
|
||||
let pete = { name: "Pete", age: 30 }
|
||||
let mary = { name: "Mary", age: 29 }
|
||||
let john = { name: "John", age: 25 };
|
||||
let pete = { name: "Pete", age: 30 };
|
||||
let mary = { name: "Mary", age: 29 };
|
||||
|
||||
let arr = [ john, pete, mary ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue