<div id="box" data-user-id="123"></div>
const box = document.querySelector("#box"); const userId = box.dataset.userId;
123