+ 1
How to call fuction everytime with new value?
I want to call a fuction everytime with new input values but it runs with first time assigned value
3 ответов
+ 3
Could you pls give your code.
+ 1
It would easier to help with that.
+ 1
For example the call can looks as follows:
let aValue = 0;
while(true) {aValue = anyValueFunction(); yourFunction(aValue);}