Anytime you are trying to make a point, provide inspiration, or describe a process, how you communicate the material can be just as important as the substance. I have known…
IE8 doenst support console.log writing. It uses just log writing. To fix this issue, simply add the following to your page scripts. if (typeof console === “undefined”) { window.console =…