Skip to content

Commit

Permalink
I am so smart
Browse files Browse the repository at this point in the history
  • Loading branch information
tungstengmd committed May 15, 2024
1 parent 0a206ef commit 869da2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ switch (startScript) {
case "3":
firstName = prompt("What's your first name?");
lastName = prompt("What's your last name?");
document.write(lastName + " " + firstName);
document.write(`${lastName} ${firstName}`);
break;
case "4": //this was an if statement test
alert("Hello! This is a text box. I think it's kinda neat.");
Expand Down

0 comments on commit 869da2e

Please sign in to comment.