console.log(document.title);
document.title = 'Getting started with JavaScript';
Pro tip: use ```triple backticks around text``` to write in code fences