Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion technical.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<title>Technical Documentation</title>
</head>
<body>
<img src="download.jpg">
<nav id="nav-bar">
<header class="topic">
<h2>JS<br>Documentation</h2>
Expand Down Expand Up @@ -183,7 +184,7 @@ <h2>JS<br>Documentation</h2>
</section>
<section class="main-section" id="while-statement">
<header>
While Statement
While Statement
</header>
<article>
<p>A while statement executes its statements as long as a specified condition evaluates to true. A while statement looks as follows:</p>
Expand Down