Skip to content

Instantly share code, notes, and snippets.

@GalinaKochneva
Last active May 11, 2020 05:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GalinaKochneva/f80b95ec7c2404c9d0341039f7346a3c to your computer and use it in GitHub Desktop.
Save GalinaKochneva/f80b95ec7c2404c9d0341039f7346a3c to your computer and use it in GitHub Desktop.
var answ = prompt("Will you go out with me?")
while (answ !== "yes") {
answ = prompt("Will you go out with me?");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment