In Day6 for loop defination incorrect

pull/625/head
KIRAN RAJ DHAKAL 3 years ago committed by GitHub
parent 33cf6c074d
commit d6995c57e9
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
// For loop structure
for(initialization, condition, increment/decrement){
for(initialization; condition; increment/decrement){
// code goes here
}
```

Loading…
Cancel
Save