Skip to content

Variable Naming Convention

fredchu edited this page May 15, 2012 · 11 revisions

Variable Naming Convention

Reference here

  • arr : array
  • css : stylesheet
  • ctx : context
  • el : element
  • fn : function
  • img : image
  • js : javascript
  • len : length
  • ns : namespace
  • obj : object
  • prop : property
  • str : string
  • tgt : target
  • tmp : temporary
  • tpl : template
  • wrap : wrapper