Skip to content

Commit

Permalink
fixing the wrong answer by chatgpt
Browse files Browse the repository at this point in the history
  • Loading branch information
rohinibarla committed Dec 1, 2023
1 parent 9c1091e commit d28a04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/code-examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h3>Example 10: For Loop with Break Statement</h3>
</pre>
<p>At which value of i does the loop terminate?</p>
<input type="text" id="answer10" class="answer-input">
<button onclick="checkAnswer(10, 6)" class="submit-button">Submit</button>
<button onclick="checkAnswer(10, 7)" class="submit-button">Submit</button>
<span id="result10"></span>

<script>
Expand Down

0 comments on commit d28a04a

Please sign in to comment.