There is a function setTimeout(removeLoader,2000); only when it finishes its execution is it necessary to start the function clear (); how to do this?

  • 3
    In the body of the f- removeLoader add a clear() :) - Sergiks
  • It seems to me that this approach will not work for me, since after removeLoader there will be many more functions - hil400k
  • @ hil400k Why is the @sergiks method unsuitable? Describe the problem in more detail. - alvoro

0