Created
January 19, 2016 18:36
-
-
Save fredericAerts/94e0f6cbefa3d7b8ba8e to your computer and use it in GitHub Desktop.
web developer in 3 days - v6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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