console.log() is not a part of the Javascript language. The console object (whose log method is used to print data on the web console) is one of the Web APIs provided by the Browser to the JavaScript Engine. The parts of Javascript that are standard across all environments are detailed in the ECMA Specs.
Table of contents
This might be a heartbreak to a lot of Javascript developers out there, but the truth is...3 Comments
Sort: