JavaScript-Boilerplate
JavaScript-Boilerplate copied to clipboard
JavaScript Boilerplate is the collection of best practices using a design pattern (global abetment) with the namespaces which would help us out to protect our code in a modular way with some commonly...
Results
1
JavaScript-Boilerplate issues
Sort by
recently updated
recently updated
newest added
https://github.com/mdarif/JavaScript-Boilerplate/blob/b48bfbcfe2f417fa5ece0b50046bf08dcd673ec0/src/js/_.main.js#L22 The condition is currently written as **typeof window.console.log !== 'undefined') && console.debug** and then the **console.debug** function is called in the block. Why cant we simply check if the...