A bunch of code isn\'t working and I\'m trying to identify where the problem lies but console.log()
isn\'t logging any results in Chrome Dev tools, am I doing i
I just had a same issue of none of my console message showing. It was simply because I was using the new Edge (Chromium based) browser on Windows 10. It does not show my console messages whereas Chrome does. I guessed it was an issue with Edge because I had another odd issue with Edge because it treated strings with single quotes and double quotes differently.