Skip to content

Instantly share code, notes, and snippets.

@josepintado24
Created September 12, 2017 17:12
Show Gist options
  • Save josepintado24/bdde9a5bfcdc753814d893d4555110f9 to your computer and use it in GitHub Desktop.
Save josepintado24/bdde9a5bfcdc753814d893d4555110f9 to your computer and use it in GitHub Desktop.
Prueba1
<!DOCTYPE html>
<html>
<head>
<title>VAR</title>
</head>
<body>
<h1>Jose1</h1>
<script >
var nombre=prompt("Nombre");
var edad=prompt("edad");
document.write("Nombre es: "+nombre+" Edad es: "+edad);
document.
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment