Ad
  • Custom User Avatar

    I submitted a solution using == for object comparison, and it was accepted even for Strings. This works due to the current test cases but may fail in other scenarios where Strings are dynamically created. I think the test cases should be updated to cover such cases. While this kata is beginner-friendly, it's important for beginners to learn proper object equality checking using .equals().