Properties
Some data types have properties in addition to methods available to them.
String.prototype.toUpperCase()
is an example of a String method.
String.length
is an example of the length property of a String.
Some data types have properties in addition to methods available to them.
String.prototype.toUpperCase()
is an example of a String method.
String.length
is an example of the length property of a String.