Skip to content

Instantly share code, notes, and snippets.

@kmorcinek
Created March 11, 2013 22:33
Show Gist options
  • Save kmorcinek/5138505 to your computer and use it in GitHub Desktop.
Save kmorcinek/5138505 to your computer and use it in GitHub Desktop.
My JavaScript stuff
= value || 0;
var Tekpub = Tekpub || {};Tekpub.CartItem = function (options, callback) { - namespace
dont 'new' 29min. http://www.youtube.com/watch?v=hQVTIJBZook
Closure 28min. http://www.youtube.com/watch?v=hQVTIJBZook
var value = items["dfs"];if(value === undefined) ...
var items = []; instead of 'new Array();'
Italic type is used for book titles, emphasis, variables and placeholders, and words used in the literal sense.Boldface type is used for glossary terms. https://developer.mozilla.org/en-US/docs/JavaScript/Guide/About
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment