Merge pull request #52 from robertsheacole/patch-3

Misspelled word
This commit is contained in:
Ilya Kantor 2017-06-30 13:56:55 +03:00 committed by GitHub
commit 60772bb850

View file

@ -125,7 +125,7 @@ delete user["likes birds"];
Now everything is fine. Please note that the string inside the brackets is properly quoted (any type of quotes will do). Now everything is fine. Please note that the string inside the brackets is properly quoted (any type of quotes will do).
Square brackets also provide a way to obtain the property name as the result of any expression - as opposed to a litteral string - like from a variable as follows: Square brackets also provide a way to obtain the property name as the result of any expression - as opposed to a literal string - like from a variable as follows:
```js ```js
let key = "likes birds"; let key = "likes birds";