general javascript code example
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
DZone Snippets > em3zh3 > example
12732 users tagging and storing useful source code snippets
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
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