Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/ECMAScript/
JavaScript
JavaScript
/JS Fundamental/JS Object/
JS Object Optimization
Search

JS Object Optimization

Creator
Creator
Seonglae Cho
Created
Created
2021 Oct 10 17:41
Editor
Editor
Seonglae Cho
Edited
Edited
2021 Oct 10 17:45
Refs
Refs
JS Dot Operator
notion image
 
 
 
 
Rethinking the Dot operator in JavaScript
The Dot operator is dangerous because if, at run-time, the value of the identifier before it is not what was intended, the program will likely throw an error and probably crash. Firstly, there are of course cases where the dot operator is perfectly fine. Knowing where, and why, is what this article is about.
https://realworldjs.medium.com/never-use-the-dot-operator-in-javascript-ee0339d85fb
Rethinking the Dot operator in JavaScript
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/ECMAScript/
JavaScript
JavaScript
/JS Fundamental/JS Object/
JS Object Optimization
Copyright Seonglae Cho