Skip to content

Instantly share code, notes, and snippets.

View crazyjat's full-sized avatar

Jeff Tillwick crazyjat

View GitHub Profile
@crazyjat
crazyjat / index.html
Last active December 2, 2016 03:50
My test of prototype vs object return #jsbench #jsperf (http://jsbench.github.io/#41d155dbe96cabf1ce00b2944260f3e4) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>My test of prototype vs object return #jsbench #jsperf</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script>
<script src="./suite.js"></script>
</head>
<body>
<h1>Open the console to view the results</h1>