Skip to content

Commit 43bd186

Browse files
committed
chore: Refactor README.md to fix typo and improve formatting
1 parent 7deaa56 commit 43bd186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2340,7 +2340,7 @@ switch (day) {
23402340
23412341
## Functions
23422342
2343-
Defined with the function keyword, followed by a name, followed by parentheses ().
2343+
Functions are blocks of code that can be reused to perform a specific task. Defined with the function keyword, followed by a name, followed by parentheses ().
23442344
23452345
```jsx
23462346
function name(parameter1, parameter2, parameter3) {

0 commit comments

Comments
 (0)