Create a variable running = true ( bool)
Then start while loop with that runing variable
Then set the running variable To ( Your desired number ! = number from site)
Inside the while loop not outside of it
@MP said in действие if:
Здравствуйте, почему выражение 0 < 0.01 < 1 в действии if не истинно?
почитайте про преобразование типов в java script. Так и должно быть
0 < 0.01 < 1
true < 1
1 < 1
false