thejsway / thejsway

The JavaScript Way book

Home Page:https://thejsway.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing "instead" in chapter07.md

mseare opened this issue · comments

In the "Adding an element to an array" section, the sentence:

"To add an element at the beginning of an array, use the unshift() method of push()."

should probably be:

"To add an element at the beginning of an array, use the unshift() method instead of push()."