Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ace0d3 commit fc776ccCopy full SHA for fc776cc
playground/arrays-FINISHED.html
@@ -83,7 +83,7 @@
83
// // numbers.reverse();
84
// console.log(numbers);
85
// // Immutable - THEY DO NOT CHANGE THE ORIGINAL DATA
86
- // const pizzaSlice = numbers.slice(2, 4);
+ // const pizzaSlice = numbers.slice(2, 5);
87
// console.log(pizzaSlice);
88
89
0 commit comments