Skip to content

Instantly share code, notes, and snippets.

@niyazpk
Created October 19, 2010 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niyazpk/634237 to your computer and use it in GitHub Desktop.
Save niyazpk/634237 to your computer and use it in GitHub Desktop.
Better JS programs
tips.push({
author: 'your_twitter_handle',
message: 'Your Tip Message',
WrongWay: [
'<div>',
' Code Example',
'</div>'
],
RightWay: [
'<div>',
' Code Example',
'</div>'
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment