Skip to content

Instantly share code, notes, and snippets.

View immigration9's full-sized avatar
🎯
Focusing

MinGu Anthony Lee immigration9

🎯
Focusing
View GitHub Profile
const comma = ",";
const empty = "";
const cursor = ["object", "array", "none"];
class FakeJsonGen {
constructor() {
this.out = ""
this.timebase = new Date().getTime();
this.timeInterval = 5000;