Skip to content

Instantly share code, notes, and snippets.

View woganmay's full-sized avatar
🥰
Vibe-coding in production

Wogan May woganmay

🥰
Vibe-coding in production
View GitHub Profile
@woganmay
woganmay / bloop.js
Created May 14, 2017 20:20 — forked from jlongster/bloop.js
bloop
(function() {
// Do not use this library. This is just a fun example to prove a
// point.
var Bloop = window.Bloop = {};
var mountId = 0;
function newMountId() {
return mountId++;
}