- 1

Can anybody teach me loops and functions in js!

I am facing problem!!

20th Jan 2018, 7:21 AM
Aditya Godara
Aditya Godara - avatar
1 Answer
+ 1
these are general concepts. In a language agnostic way loops repeat things until a certain condition is true. Functions or methods are group of statements which do a particular task.
20th Jan 2018, 9:25 AM
shobhit
shobhit - avatar