Merge pull request #1990 from lumosmind/patch-43

more definitive title
This commit is contained in:
Ilya Kantor 2020-07-23 23:09:25 +03:00 committed by GitHub
commit 8e1f438a5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ user.id = "Their id value"
// Boom! overwritten by another script! // Boom! overwritten by another script!
``` ```
### Symbols in a literal ### Symbols in an object literal
If we want to use a symbol in an object literal `{...}`, we need square brackets around it. If we want to use a symbol in an object literal `{...}`, we need square brackets around it.