Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/ECMAScript/
JavaScript
JavaScript
/JavaScript Grammar/JS Opertator/
JS Dot Operator
Search

JS Dot Operator

Creator
Creator
Seonglae Cho
Created
Created
2021 Oct 10 17:44
Editor
Editor
Seonglae Cho
Edited
Edited
2021 Oct 10 17:44
Refs
Refs
 
 
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
/JavaScript Grammar/JS Opertator/
JS Dot Operator
Copyright Seonglae Cho