Ad
  • Custom User Avatar

    You solution cannot handle the case when no name is given, i.e. when the funciton is called like this: hello(). This is visible also in example tests. You can see example tests, and this should be enough to figure out what is the scenario your solution fails to handle.

    It is not a kata issue. Your solution does not implement this part of the specification.