Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 421 Bytes

File metadata and controls

15 lines (8 loc) · 421 Bytes

Evens

Write a method which takes an array as an argument which returns an array containing only the elements with an even index

Silver

Write the same method with conceptually distinct implementation from your first.

Gold

Write the same method with conceptually distinct implementation from your first two.

Platinum

Write the same method with conceptually distinct implementation from your first three.