This This might sound out of of context but, does anyone know why this 2 is showing, anytime this happens I tends to have wrong data. Is there anyway to see the data that is shown there.
If someone is curious about the code, it is basically a recursive function.
(function postRow() {
if (state == "run") {
table.update(update_motor());
}
requestAnimationFrame(postRow);
// setTimeout(postRow, 20);
})();
The image shows the result I am talking about. The location that "2 appears.