Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
//in general, we see things as objects that have properties. we can model our programs this way too so that they’re easier for us to read and write and explain to others.