Obecnie tworzę aplikację i umieszczam isDebugprzełącznik globalny . Chciałbym owinąć się console.logdla wygodniejszego użytkowania. //isDebug controls the entire site. var isDebug = true; //debug.js function debug(msg, level){ var Global = this; if(!(Global.isDebug && Global.console...