Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Doc Aha

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

general javascript code example

// description of your code here
sample code.
to test online bookmarklet builders.

   1  
   2  alert('too       much'); //comment1
   3  alert/*comment2*/('another     much');    var   a   =   1;
   4  if(a == 1)
   5     a = 2
   6  else
   7     a = 1
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS