Tag: HTML5 app development

  • console.log() – JavaScript Tutorial for Beginners

    Logging information in JavaScript is very handy. It allows you to send data directly to the browser’s console, so that you can trace the execution path of your script, test data in your application, as well as just simply record events as your web app runs. The console object has a function log, which takes…