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