What are Loops and Array in Javascript?

Answer

Loops is the terms for the process of implementing an iterator i.e. something that is repetitively done.
Arrays is simply put ,a collection of similar objects. It is used for maintaining lists of things.

SYNTAX: student_names = [ 'Rob', 'Van', 'Dam']
studentNames.forEach((student) => {
print(student)
}

All sql queries Questions

Ask your interview questions on sql-queries

Write Your comment or Questions if you want the answers on sql-queries from sql-queries Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---