Created
September 27, 2016 02:31
-
-
Save johnbahamon/b47e1f883f0afeaa709ca1647f76cd49 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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