What is an iteratio…
 
Notifications
Clear all

What is an iteration ?

2 Posts
2 Users
0 Likes
150 Views
0
Topic starter

What is an iteration ?

2 Answers
0

An Iteration in computer science is a function that repeats a block of code in a specified order, often until a specific result occurs. Algorithms use iterations to run a program repeatedly until it meets certain conditions or until the algorithm repeats a set number of times.

0

In JavaScript, an object is a standalone entity, with properties and type. Compare it with a cup, for example. A cup is an object, with properties. A cup has a color, a design, weight, a material it is made of, etc. The same way, JavaScript objects can have properties, which define their characteristics.

Share: