Team:UT Dallas/page js
From 2013.igem.org
(Difference between revisions)
(Created page with "function test() { alert('it's working'); }") |
|||
Line 1: | Line 1: | ||
function test() | function test() | ||
{ | { | ||
- | alert('it's working'); | + | alert('it\'s working'); |
} | } |
Revision as of 00:13, 7 September 2013
function test() {
alert('it\'s working');
}