The continue statement is a control flow mechanism that allows you to skip the remaining code inside a loop iteration and proceed directly to the next iteration . Continue keywords is use for Continue the loop even condition is full fill. Example: ...
jinali.hashnode.dev1 min read
No responses yet.