Skip to content

Instantly share code, notes, and snippets.

@DaveWelling
DaveWelling / index.html
Created March 12, 2016 17:15 — forked from anonymous/index.html
Scope Basics Some SCOPE basics // source https://jsbin.com/yolitiz
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Some SCOPE basics">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Scope Basics</title>
</head>
<body>