Ad
  • Custom User Avatar

    This is the initial code for TS:

    export const likes = (a : string[]) : string => {
      // TODO
    }
    

    You removed the output type, not a kata issue.