- 1
Can anybody teach me loops and functions in js!
I am facing problem!!
1 Réponse
+ 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.