pull/625/merge
KIRAN RAJ DHAKAL 3 years ago committed by GitHub
commit b8e4f35386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@ In programming languages to carry out repetitive task we use different kinds of
```js ```js
// For loop structure // For loop structure
for(initialization, condition, increment/decrement){ for(initialization; condition; increment/decrement){
// code goes here // code goes here
} }
``` ```

Loading…
Cancel
Save