Skip to content

Instantly share code, notes, and snippets.

@johnbahamon
Created September 27, 2016 02:31
Show Gist options
  • Select an option

  • Save johnbahamon/b47e1f883f0afeaa709ca1647f76cd49 to your computer and use it in GitHub Desktop.

Select an option

Save johnbahamon/b47e1f883f0afeaa709ca1647f76cd49 to your computer and use it in GitHub Desktop.
<script>
var name;
prompt("¿Cual es tu nombre?",name);
document.write("Tu nombre es " + name);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment