How could I run a function after the completion of a for loop in Javascript before E6. It should work in thingsboard
I'm working in thingsboard Which can use angular, I want to run a function after a for loop complete its execution and in the for loop i have a amount_users variable which gets increase and end of the for loop…