Skip to content
Snippets Groups Projects
say_hello.js 97 B
Newer Older
document.addEventListener('DOMContentLoaded', function() {
	console.log("The dom has loaded!")
})