File size: 102 Bytes
381b90d | 1 2 3 4 | import { add } from "./math.mjs";
document.querySelector("#answer").textContent = String(add(2, 2));
|
381b90d | 1 2 3 4 | import { add } from "./math.mjs";
document.querySelector("#answer").textContent = String(add(2, 2));
|