Skip to content

Instantly share code, notes, and snippets.

View colorwebdesigner's full-sized avatar

Ivan Pro colorwebdesigner

View GitHub Profile
@colorwebdesigner
colorwebdesigner / deb.js
Last active November 16, 2018 03:03
JS debug helper
/**
* [deb] Debugging function
* Pass any kind of variables and
* see the result
*
* @return {[false]} [always]
*/
function deb() {
let msg = '';
if(arguments.length == 0) msg += '(!) debug: don\'t spend my time.\n';