Skip to content

Instantly share code, notes, and snippets.

View slosd's full-sized avatar

Thomas Leberbauer slosd

View GitHub Profile
@slosd
slosd / for-loops.html
Created February 9, 2012 14:12
performance test of some for loop variations
<!doctype html>
<html>
<head>
<title>For loop tests</title>
<script src="for-loops.js"></script>
</head>
<body>
<script>
test_forClassic();
test_forLength();