This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* [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'; |
NewerOlder