Skip to content

Instantly share code, notes, and snippets.

@Bijesse
Created July 24, 2014 18:57
Show Gist options
  • Save Bijesse/f931418a2b71de57d1c3 to your computer and use it in GitHub Desktop.
Save Bijesse/f931418a2b71de57d1c3 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="JS-Intro" />
<meta charset=utf-8 />
<title>JS-Intro</title>
</head>
<body>
</body>
</html>
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