kata.studio

LoginJS ReferenceKataCardsNew CardLists

Library

easy
Array Index Kata
Complete the functions to find the index of an element in an array using Array.prototype.indexOf().
medium
Array Unshift Kata
Implement the Array.prototype.unshift() method without using built-in functions
easy
Date.now() Kata
Complete the functions provided to properly utilize the Date.now() method.