Skip to content

Instantly share code, notes, and snippets.

@moofoo
moofoo / index.html
Last active October 8, 2018 00:11 — forked from RubaXa/index.html
for-in vs. Object.keys vs. Сached keys (http://jsbench.github.io/#6a8fc6eb84bfa146c3065171bb05d490) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>for-in vs. Object.keys vs. Сached keys</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>