You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the count.js file return statement is wrong which is why when we are increasing or decreasing any number they show wrong it is even in Odd number. so the Correct return statement is " return count % 2 === 0; "
In the count.js file return statement is wrong which is why when we are increasing or decreasing any number they show wrong it is even in Odd number. so the Correct return statement is " return count % 2 === 0; "