📜  js 什么是下划线 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:31.080000             🧑  作者: Mango

代码示例1
The Underscore _ Identifier 
A convention has also developed regarding the use of _, 
which is frequently used to preface the name of an object's property
or method that is private. This is a quick and easy way to immediately
identify a private class member, and it is so widely used, that almost
every programmer will recognize it.