Д
Size: a a a
Д
S
ОЖ
ОЖ
S
S
ИС
arguments
заменить на дефолтные переменные для функцииS
ИС
function CustomSplice (arr, start, length)
S
ES
SA
ИС
function CustomSplice (props, newItems = []) {
// props —> { arr, start, legnth }
// newItems —> [...]
...
}
j
function customSplice(arr,pos,length,...elements){
// tut kod
}
ИС
j
ИС
spread
не заметил 😅IS
j