Skip to content

Instantly share code, notes, and snippets.

@mohanarun
Created December 29, 2015 07:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohanarun/8cfd2e5980504515e13d to your computer and use it in GitHub Desktop.
Save mohanarun/8cfd2e5980504515e13d to your computer and use it in GitHub Desktop.
Helloworld using Ember.js Javascript
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="//builds.emberjs.com/tags/v1.13.5/ember-template-compiler.js"></script>
<script src="//builds.emberjs.com/tags/v1.13.5/ember.debug.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<script>
console.log("Hello world!");
console.log("Cloud coding!");
alert("HEllo world");
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment