F
F
fandorin_official2018-03-27 05:49:33
JavaScript
fandorin_official, 2018-03-27 05:49:33

Why does the script work differently?

All good.
There is one script. I run it on different computers. On one it works as it should, on the second the logic of the script sometimes fails. The code is exactly the same. Browsers are the same. What could be causing this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Simonov, 2018-03-27
@SimasikS

If(Math.round(Math.random()) == 0){
console.log("It's working")
} else {
console.log("It isn't working")
}
Look for this)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question