Skip to content

Commit

Permalink
chore: Refactor README.md to fix typo and improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
manthanank committed Aug 11, 2024
1 parent 7deaa56 commit 43bd186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2340,7 +2340,7 @@ switch (day) {
## Functions
Defined with the function keyword, followed by a name, followed by parentheses ().
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 ().
```jsx
function name(parameter1, parameter2, parameter3) {
Expand Down

0 comments on commit 43bd186

Please sign in to comment.