Skip to content

Instantly share code, notes, and snippets.

View luatnd's full-sized avatar
:octocat:
🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋

Luat Nguyen luatnd

:octocat:
🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋 🦋
View GitHub Profile
@luatnd
luatnd / index.html
Last active May 21, 2019 09:59 — forked from TimothyGu/index.html
JS Object: Iteration performance (https://jsbench.github.io/#7e111014592d2a6fd7a0e9284100891a) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>JS Object: Iteration performance</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>
@luatnd
luatnd / README-Template.md
Created July 19, 2017 05:41 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites