Where The Streets Have No Name

JavaScript variables with Hungarian Type Notation 본문

Developement/Web

JavaScript variables with Hungarian Type Notation

highheat 2007. 3. 30. 17:13

TypePrefixExample
Array aaValues
Boolean b bFound
Float (Number) f fValue
Function fn fnMethod
Integer (Number) i iValue
Object o oType
Regular Expression re rePattern
String s sValue
Variant (can be any type) v vValue