Skip to content

Instantly share code, notes, and snippets.

View ajvengo's full-sized avatar
🏠
Working from home

Vladimir Rapatskii ajvengo

🏠
Working from home
View GitHub Profile
@ajvengo
ajvengo / index.html
Created November 9, 2018 10:54 — forked from TimothyGu/index.html
for-of loop vs forEach (https://jsbench.github.io/#cec5fd6009b622c72311e8f447e101be) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>for-of loop vs forEach</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>