blanks
Some immutable blanks that come handy as seed vales in functional programs where addition and subtraction operations produce new values instead of mutating in-place.
blank // => {}blank instanceof Object // => trueblankconstructor // => undefinedblank__proto__ // => undefined blankObject // => {}blankObject instanceof Object // => trueblankObjectconstructor === Object // true empty // => []Array // => true