Created
July 24, 2014 18:57
-
-
Save Bijesse/f931418a2b71de57d1c3 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="JS-Intro" /> | |
<meta charset=utf-8 /> | |
<title>JS-Intro</title> | |
</head> | |
<body> | |
</body> | |
</html> |
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
var name = prompt("What is your name?"); | |
alert(name); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment