Slice vs splice in c#? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Slice vs splice in c#?

9th Feb 2019, 11:32 PM
Anamarija Bosnjak
Anamarija Bosnjak - avatar
2 Answers
+ 5
Anamarija Bosnjak Your question is unclear. I'm not aware of these methods existing for C#. Are you referring to Javascript? If so, then Arushi Singhania pretty much covered the differences. You can also review this link for a more indepth comparison in Javascript. https://stackoverflow.com/a/48471808
10th Feb 2019, 1:21 AM
David Carroll
David Carroll - avatar
+ 4
Slicing means extracting a specific part of string or array based on Ur choice. The splice adds/removes items to/from an array, and returns the removed item(s).This method changes the original array.
10th Feb 2019, 12:08 AM
Arushi Singhania
Arushi Singhania - avatar