3 lines
72 B
JavaScript
3 lines
72 B
JavaScript
|
"use strict";
|
||
|
|
||
|
const $ = selector => document.querySelector(selector);
|