Team:Johns Hopkins/Protocols

From 2008.igem.org

(Difference between revisions)
Line 21: Line 21:
var hi = "Hello World!";
var hi = "Hello World!";
document.write(hi);
document.write(hi);
 +
 +
wrier();
 +
 +
function wrier()
 +
{
 +
document.write(hi);
 +
}
</script>
</script>

Revision as of 18:23, 9 July 2008

Emblum JHU.jpg
Home The Team The Project Protocols&Papers Parts Submitted to the Registry Modeling Notebook

Protocols

Ligation and Transformation Protocol

Papers

Hello World!