Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
anphucbui committed Apr 27, 2019
1 parent 16fb82f commit 1def972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1> Group 33's Super Sophisticated Pairing Finder </h1>
<p id="output"></p>

<script>

//Pairs a name STRING with an animal STRING
function getAnimal() {
var name = document.getElementById("name").value.toLowerCase();
if (name == "mo" || name == "harmen") {
Expand Down

0 comments on commit 1def972

Please sign in to comment.