Skip to content

Commit

Permalink
JavaScript & TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
strawhat19 committed Feb 15, 2023
1 parent 866abd2 commit 0cdfa89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pages/code-snippets/javascript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export const cutOffTextAndReplace = (string: string, end: number, replacement?:
};
```
```

## capitalizeAllWordsInString
```js showLineNumbers filename="capitalizeAllWordsInString.js" {1,4} copy
Expand Down
2 changes: 0 additions & 2 deletions pages/code-snippets/typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ export const cutOffTextAndReplace = (string: string, end: number, replacement?:
};
```
```

## capitalizeAllWordsInString
```js showLineNumbers filename="capitalizeAllWordsInString.js" {1,4} copy
Expand Down

1 comment on commit 0cdfa89

@vercel
Copy link

@vercel vercel bot commented on 0cdfa89 Feb 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.