[...document.querySelector(somewhere)].map((element) => element.innerHTML).map((costString) => costString.replace(/^RM/, "")).reduce((a, b) => a+b);