Because I\'m lazy, I created a function log that basically is just an abbreviation of console.log:
log
console.log
function log() { console.log.a
I just created a module to do that.
Check out: https://github.com/ahlechandre/consl
npm install consl --save-dev
const { cl } = require('consl'); cl('Outputs a message on the Console using a quick');