setTimeout() in a loop does not wait 3 seconds between each call – Jquery ajax
I'm trying to access an API to pull stock data. The free plan only lets me make 5 calls per minute. I'm trying to use native JS/jQuery to make the calls. Using some example code I'll illustrate my issue (using…