Choose two chemicals.
Change either variable, then run the JavaScript to discover which condition matches.
+
The reaction machine needs a scientist. Choose two strange chemicals, let JavaScript test the recipe, and discover what you created.
JavaScript asks whether both selected chemicals match a recipe. The && symbol means and: both comparisons must be true.
if (chemical1 === "Glorp Juice" &&
chemical2 === "Wobble Dust") {
make("Bouncing Blob");
}
Change either variable, then run the JavaScript to discover which condition matches.
Discover the special recipes. Every mixture creates something.
Open Condition Builder