Do not use console.log without polyfill, when you are living in 2011 (IE9) or before
If you have to support <= IE9, you should not use console.log without a polyfill. If you don’t use a polyfill, console.log will throw an error. Console.log will only be available if the developertools are