Ad
  • Custom User Avatar

    There is nothing to fix, click reset or make sure your code is like this:

    export function isIsogram(str: string){
      //...
    }
    

    It seems you're missing the export keyword or something like that.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution