Skip to content

Instantly share code, notes, and snippets.

View Brantron's full-sized avatar
🥕
Delivering Groceries

Brandon Lawrence Brantron

🥕
Delivering Groceries
View GitHub Profile
@Brantron
Brantron / index.html
Created June 2, 2021 20:28 — forked from milahu/index.html
get last item / key / value in map #jsbench #jsperf (https://jsbench.github.io/#7992a793df12b1ee16beaef7a9863c68) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>get last item / key / value in map #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>