Skip to content

Conversation

@Sarvesh1523
Copy link

  • Day 9 - MD files have 2 bugs which are related to the scope, need to use the local variable inside the function but used global variable instead.
  • Dar 11 - MD file have 2 bugs which were variable naming error due to typo.

I have fixed those 4 bugs.

Copy link

@KamrulSh KamrulSh left a comment

Choose a reason for hiding this comment

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

Checked all files. Day 9 may not have changed.

```js
const names = ['Asabeneh', 'Brook', 'David', 'John']
let [firstPerson, secondPerson, thirdPerson, fourth Person] = names
let [firstPerson, secondPerson, thirdPerson, fourthPerson] = names

Choose a reason for hiding this comment

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

This line is the duplicate of the pull request #104 .

@Asabeneh Asabeneh closed this Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants