Chapter 3: Security Systems

3.2.2: DNA Sample Collection

Collecting DNA samples from your enemies is the key to unlocking their deepest secrets. Here's how:

Back to 3.2.1: DNA Sample Analyzer 3000 Continue to Chapter 4: Mind Control
			// Example DNA sample code
			// (Don't try this at home, kids)
			var dna = new DNA("JohnDoe123");
			dna.addSwab("CheekSwab1");
			dna.addSwab("CheekSwab2");
			dna.analyze();
			if (dna.getResults() == "EVIL") {
				alert("You're a monster!");
			}