Skip to content

Instantly share code, notes, and snippets.

@ZabutonNage
ZabutonNage / allCaps.js
Created November 28, 2018 21:59
Why all-caps for some constants?
const KOU = 0;
const otsu = require("./1");
function f(hei = 2) {
const tei = 3;
const g = (bo = 4) => {
const ki = 5;