Skip to content

Commit

Permalink
docs(blog): minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
necatiozmen committed Nov 4, 2024
1 parent 9042bfb commit c915692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/blog/2024-11-04-js-slice.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ console.log(modifiedArray); // [1, 2, 3, 10, 11]
console.log(originalArray); // [1, 2, 3, 4, 5]
```

Using `slice()` in these methods has helped clean up code and make it more trustworthy, as well as offering far more control over the data. Let me know if you have other uses of `slice()` or similar functions—always up for learning new tricks!
Using `slice()` in these methods has helped clean up code and make it more trustworthy, as well as offering far more control over the data.

### JavaScript String Slice Nuances

Expand Down

0 comments on commit c915692

Please sign in to comment.