Skip to content

Instantly share code, notes, and snippets.

View pvdz's full-sized avatar

Peter van der Zee pvdz

View GitHub Profile
@pvdz
pvdz / LICENSE.txt
Created September 8, 2011 07:17 — forked from binarymax/LICENSE.txt
isSubset
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 Max Irwin http://www.binarymax.com/
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Prototypal inheritence</title>
</head>
<body>
<form>
<div><button onclick="animal.speak();return false;">animal.speak()</button></div>
<div><button onclick="dog.speak();return false;">dog.speak()</button></div>