kata.studio

LoginJS ReferenceKataCardsNew CardLists

Library

medium
Slice Challenge
Write a function that takes a string and returns all its substrings of length 3 or greater. You must use String.prototype.slice() to achieve this.