Skip to content

Instantly share code, notes, and snippets.

@fataelislami
Created March 28, 2017 12:02
Show Gist options
  • Save fataelislami/dd6c0dd1ac238513d080ed78a80e7753 to your computer and use it in GitHub Desktop.
Save fataelislami/dd6c0dd1ac238513d080ed78a80e7753 to your computer and use it in GitHub Desktop.
<html>
<head></head>
<body>
<script>
var text='this is text'; //You Dont need to choose type data such as String Integer etc.
var number=99;
document.writeln(text);
document.write("<br>");
document.writeln(number);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment