#developer
Read more stories on Hashnode
Articles with this tag
REDUCE ACTIVITY IN LOOPS Each statement in a loop, including the for statement, is executed for each iteration of the loop. Bad: for (let i = 0; i <...