Skip to content

Fixed typos in 'Destructing Arrays' section - #13

Open
jspieler wants to merge 1 commit into
Asabeneh:masterfrom
jspieler:fix-typos
Open

Fixed typos in 'Destructing Arrays' section#13
jspieler wants to merge 1 commit into
Asabeneh:masterfrom
jspieler:fix-typos

Conversation

@jspieler

@jspieler jspieler commented Jan 2, 2023

Copy link
Copy Markdown

No description provided.

Comment thread readMe.md
const names = ['Asabeneh', 'Brook', 'David', 'John']
let [firstPerson, secondPerson, ThirdPerson, fourth Person] = names;
const names = ['Asabeneh', 'Brook', 'David', 'John'];
let [firstPerson, secondPerson, ThirdPerson, fourthPerson] = names;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please change ThirdPerson to thirdPerson

注册 for free to join this conversation on GitHub. Already have an account? 登录 to comment

标签

None yet

项目

None yet

Development

Successfully merging this pull request may close these issues.

2 participants