kata.studio

LoginJS ReferenceKataCardsNew CardLists

Library

medium
Array Keys Exercise
Create a function that takes an array as input and returns an array of the keys of the given array using Array.prototype.keys() method.