fire function only once

blossom0417
1 min readJul 28, 2019

--

if (myStatus === 0) {
myStatus = 1;
graph();
}

--

--

No responses yet