В
Size: a a a
DE
DE
[{ id: 1, title: 'test 1' }, { id: 2, title: 'test 2' }, { id: 3, title: 'test 3' }, { id: 4, title: 'test 4' }]
[4, 3, 2, 1]
если подашь туда данные выше[{ id: 1, title: 'test 1' }, { id: 2, title: 'test 2' }]
, то вернуться должно [2, 1]
DE
[{ id: 1, title: 'test 1' }, { id: 2, title: 'test 2' }, { id: 3, title: 'test 3' }, { id: 4, title: 'test 4' }]
[4, 3, 2, 1]
если подашь туда данные выше[{ id: 1, title: 'test 1' }, { id: 2, title: 'test 2' }]
, то вернуться должно [2, 1]
JA
DE
AK
JA
DE
AK
DE
JA
DE