Execute a função e esvazie -a js
function myFunction() {
let value = 1 // change to random value
if(document.getElementById("myId").innerHTML = value) {
// do something
myFunction == function(){}; // emptying my function after it is run once
}}
ayaan