Skip to content

Instantly share code, notes, and snippets.

@Melkanea
Last active December 10, 2019 22:11
Show Gist options
  • Save Melkanea/3e2f75d8bfd037528931e2f8dbde435c to your computer and use it in GitHub Desktop.
Save Melkanea/3e2f75d8bfd037528931e2f8dbde435c to your computer and use it in GitHub Desktop.
var answere = prompt("What is the meaning of Life?"," ");
document.write(answere);
// i just had too add this easter egg
if (answere = 42) {
alert("Did you bring a towel?")
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment