Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 335d971

Browse files
authoredApr 1, 2023
Update 17-loop_and_switch.md
1 parent 8947109 commit 335d971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎notes/English/17-loop_and_switch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# loop and switch
22

3-
### What is loop in JavaScript ?
3+
### What is loop ?
44

55
A loop in JavaScript is a control flow statement that allows you to repeatedly execute a block of code. There are several types of loops in JavaScript, including:
66

0 commit comments

Comments
 (0)
Please sign in to comment.