export const b = 2; document.body.insertAdjacentHTML("beforeend", "B"); console.log("B", b);