I am creating a Javascript algorithm to do the calculation similar to a tick meter, where you have the time for the flag 1 and the flag 2 .
function test(hora,bandeira1, bandeira2) {
if (hora >= bandeira1 && hora < bandeira2...
asked by
19.10.2017 / 04:59