Add while statement in JavaScript roadmap (#1819)
* Update 105-while-statement.md * Update content/roadmaps/106-javascript/content/106-javascript-loops-iterations/105-while-statement.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1825/head
parent
3fb362f231
commit
80eafdad6e
1 changed files with 6 additions and 1 deletions
@ -1 +1,6 @@ |
||||
# While statement |
||||
# while statement |
||||
|
||||
The `while` statement creates a loop that executes a specified statement as long as the test condition evaluates to `true`. The condition is evaluated before executing the statement. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/while'>While Statement - MDN</BadgeLink> |
||||
|
Loading…
Reference in new issue