1.

For loop is used when we know the number of times the loop is to be repeated. Statewhether the statement is true or false.(a) True(b) False​

Answer»

Answer: Ture

Explanation:

Yes for LOOPS are USED when we know exactly how MANY TIMES the FUNCTION should repeat, hence its true!

we use forEach() if we exactly dont know how many times the loop should repeat!



Discussion

No Comment Found