Skip to content

Instantly share code, notes, and snippets.

@bahr2
Created August 25, 2018 14:52
Show Gist options
  • Save bahr2/220afc34a81f9f11071fc14f2c454d4f to your computer and use it in GitHub Desktop.
Save bahr2/220afc34a81f9f11071fc14f2c454d4f to your computer and use it in GitHub Desktop.
// source https://jsbin.com
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Learning Javascript</title>
<link rel="styelsheet" herf="style.css">
</head>
<body>
<div class="headr">
<h1>Learning Javascript</h1>
<p> With Bahr Adam</p>
</div>
<div class="container">
</div>
<script>
var colors=['red','blue','green',];
alert(colors[1]);
</script>
</body>
</html>
@bahr2
Copy link
Author

bahr2 commented Oct 23, 2019

Awesome app🕎

@bahr2
Copy link
Author

bahr2 commented Oct 26, 2019

Great 👍🏿

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment