• Custom User Avatar

    it's not the best way to word the exercise, but yeah if n < 3, then the array to be returned should only have the n number of elements.
    If the signature = [1,2,3] and n = 2, then the return should be [1,2]