how to log to the console javascript

JavaScript
console.log('What you want to log here.');
Source

Also in JavaScript: