2 lines
47 B
JavaScript
2 lines
47 B
JavaScript
const $ = (id) => document.getElementById(id);
|
const $ = (id) => document.getElementById(id);
|