Saved Bookmarks
| 1. |
For loop is used when we know the number of times the loop is to be repeated. State whether the statement is true or false.(a) True(b) False |
|
Answer» ong>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! |
|