Skip to content

Instantly share code, notes, and snippets.

@blocka
blocka / index.html
Last active October 2, 2017 16:39 — forked from adgelbfish/index.html
Array() vs new Array() (https://jsbench.github.io/#ff25ca136871d7d6af01c40381aabd52) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Array() vs new Array()</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>