Skip to content

Commit

Permalink
🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Sep 28, 2023
1 parent 268cf61 commit 8da281f
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 @@ -21,7 +21,7 @@ Commonly, [`.slice`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Ref
```js
// removePrefix
let str = 'greninja'
str.slice('gren'.length - 1)
str.slice('gre'.length)
// => ninja

// removeSuffix
Expand Down

0 comments on commit 8da281f

Please sign in to comment.