0
Answered

Set interval between functions

Leandro Augusto 7 years ago in Tips and Tricks updated by Ilya Markov (expert) 7 years ago 1

I have two functions: functionA() and functionB(). In my script I need to execute functionA() first, after some seconds I need to execute functionB. How can I set an interval between two actions?

JS script