j is being used to create the delay in each iteration, otherwise it will happen instantaneously.
also your sequence()
expression will return a RangeError
…
j is being used to create the delay in each iteration, otherwise it will happen instantaneously.
also your sequence()
expression will return a RangeError
…