
Remove All Before

すべての要素が重要というわけではありません。ここで行う必要があるのは、array から指定された要素の前のすべての要素を削除することです。
この図では array [1, 2, 3, 4, 5] がありますが、3 より手前の要素をすべて取り除く必要があります。すなわち 1 と 2 です。
...
You should be an authorized user in order to see the full description and start solving this mission.