Simple logger
http://paulirish.com/2009/log-a-lightweight-wrapper-for-consolelog/
JavaScript
let valueFormatters = ['21000', '21001', '21002', '21003', '21004'];
console.log(`VAL: ` + valueFormatters[0].length);
let valueFormatters = ['21000', '21001', '21002', '21003', '21004'];
console.log(`VAL: ` + valueFormatters[0].length);