Explain about control and looping structure with an example program?
for (let i = 0; i < 10; i++) { if (i%2==0) { console.log("Even") } else console.log("Odd"); }
This function implements control and loop structure in JS.
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment