✅ – BIOLOGY SCIENCE – 06-59 Aug 7
just want to check one thing
the timeEnd function will run only after the forEach is completed. am i right ?
console.time('time');
['', '', '', '', ''].forEach(functionToDoStuff);
console.timeEnd('time');console.time('time');
['', '', '', '', ''].forEach(functionToDoStuff);
console.timeEnd('time');