codecanvas-wizardry / script.js
MarkTheArtist's picture
Start with a totally blank document
70373f3 verified
raw
history blame contribute delete
112 Bytes
// Main JavaScript file
document.addEventListener('DOMContentLoaded', () => {
console.log('App loaded');
});