add text " Unlike the `while` loop," to article (#26858)

pull/34850/head
cilalice89 2019-01-11 03:44:21 +01:00 committed by Manish Giri
parent 1add8e9067
commit 006d69e427
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Output:
iter_DoWhile Value: 21
```
**Remember**: The condition of a `do-while` loop is checked after the code body is executed once.
**Remember**: Unlike the `while` loop, the condition of a `do-while` loop is checked after the code body is executed once.
![:rocket:](//forum.freecodecamp.com/images/emoji/emoji_one/rocket.png?v=2 ":rocket:") <a href='https://repl.it/CJYl/0' target='_blank' rel='nofollow'>Run Code</a>