Does javascipt support enhanced for loop?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Does javascipt support enhanced for loop??

javascript

20th Aug 2018, 4:14 AM
Bisnu😎
4 Answers
+ 4
Hello, Bishnu ! Please, study more attentively lessons from SoloLearn, and then you will be able to answer your own question. https://www.sololearn.com/learn/JavaScript/1140/?ref=app Good luck in programming on SoloLearn!
20th Aug 2018, 4:59 AM
Alexander Sokolov
Alexander Sokolov - avatar
+ 3
Well I got it😊☺
12th Nov 2018, 4:13 AM
Bisnu😎
+ 1
I know that but i thought that is it possible to invoke an enhanced for loop in javascript..if not then why can't we??
20th Aug 2018, 5:02 AM
Bisnu😎
+ 1
for (let elem of array) { foo(elem); bar(array); } https://www.sololearn.com/learn/284/?ref=app
20th Aug 2018, 6:16 AM
Hoàng Nguyễn Văn
Hoàng Nguyễn Văn - avatar