/* This site exists to explain code line-by-line, not hide behind abstractions. */This line states the purpose of the entire site so there is no ambiguity about intent.const siteName = "DrugFreeInu.codes";Defines the name once so it stays consistent everywhere and avoids duplication.const principle = "Transparency over magic";Captures the core value: code should explain itself instead of appearing mysterious.document.body.dataset.ready = "true";Marks that the document has loaded and is intentionally minimal./* Every clickable line reveals why it exists in one sentence. */This comment explains the interaction pattern used across the entire site.