Skip to content

Instantly share code, notes, and snippets.

View anhdevit's full-sized avatar
💭
Happy

Anh Dev anhdevit

💭
Happy
View GitHub Profile
@anhdevit
anhdevit / index.html
Last active May 4, 2021 09:26 — forked from JobLeonard/index.html
join vs concat when dealing with very long lists of single-character strings (http://jsbench.github.io/#9914e9a935db3f29197254ed5d6b3495) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>join vs concat when dealing with very long lists of single-character strings</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>