Skip to content

Instantly share code, notes, and snippets.

View bethrobson's full-sized avatar

Elisabeth Robson bethrobson

View GitHub Profile
@bethrobson
bethrobson / dogsWithClassAndExtend.html
Last active August 29, 2015 14:25
Code for Dogs and ShowDogs using class and extends (from Head First JavaScript Programming)
<!doctype html>
<html>
<head>
<title>Prototypes and Classes</title>
<meta charset="utf-8">
<script src="https://traceur-compiler.googlecode.com/git/bin/traceur.js"
type="text/javascript"></script>
<script src="https://traceur-compiler.googlecode.com/git/src/bootstrap.js"
type="text/javascript"></script>
<script>