Skip to content

Commit

Permalink
Fix broken block code in Bracket notation section (mdn#18507)
Browse files Browse the repository at this point in the history
Add three missing backticks at ending of block code
  • Loading branch information
nmthuan1405 authored Jul 19, 2022
1 parent fdaf350 commit f1f86f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/en-us/learn/javascript/objects/basics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ const person = {
}
const input = prompt('Get name or age?')
console.log(person[input])
```

## Setting object members

Expand Down

0 comments on commit f1f86f2

Please sign in to comment.