CommunosTestPage/script.js

From The First Descendant Wiki
Revision as of 08:41, 30 June 2024 by Communos (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
function test() {
	const div = document.querySelectorAll("div")
	div.innerHTML = "Test"
}

test();