Question: find error in the following code: for ( let i = 0 ; i < = i + + ) { if ( i %

find error in the following code: for(let i=0; i<=i++){ if (i%2==0) countinue; console.log(i);
1.It doesn't print any number
2.It only prints odd numbers
3.It only print even numbers
4.syntax error

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!