Skip to content

Instantly share code, notes, and snippets.

@fredericAerts
Created January 19, 2016 18:36
Show Gist options
  • Save fredericAerts/94e0f6cbefa3d7b8ba8e to your computer and use it in GitHub Desktop.
Save fredericAerts/94e0f6cbefa3d7b8ba8e to your computer and use it in GitHub Desktop.
web developer in 3 days - v6
window.document.addEventListener('DOMContentLoaded', function() {
var titleElement = document.querySelector('.hero-title');
titleElement.textContent = 'Howdy, this title was generated by JavaScript';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment