Programming MisconceptionsHomeMisconceptionsConceptsLanguagesTextbooksContributorsAbout
HomeLanguages
JavaScript
ecma11
Property Accessors

ECMAScript Language Specification, Version 11
12.3.2. Property Accessors

Read this Section of the Authoritative Specification

https://www.ecma-international.org/ecma-262/11.0/index.html#sec-property-accessors

3 Documented Misconceptions

Misconception
IdentifierAsStringInBracketNotation
An identifier used to access a property with the bracket notation is treated as a string
Misconception
NoFunctionCallsChaining
It is not allowed to chain function calls
Misconception
NoBracketNotationForObjects
Square brackets cannot be used to access properties of an object

Find Misconceptions by...

Concept
Programming Language
Notional Machine
Textbook

About

About This Site
Structure and Content of the Inventory
Contributors