Skip to content

Instantly share code, notes, and snippets.

View mubaraqwahab's full-sized avatar

Mubaraq Wahab mubaraqwahab

View GitHub Profile
@mubaraqwahab
mubaraqwahab / index.mjs
Last active May 4, 2025 10:35
Arrays vs iterators in JS
// Run the script like this: node --expose-gc index.mjs
import process from "node:process";
// Install with: npm i seedrandom
import seedrandom from "seedrandom";
function formatNumber(n, unit) {
return Intl.NumberFormat(undefined, {
unit: unit,