Ad
  • Custom User Avatar

    Tip: Consider using a positive test for cleaner code:
    return words == null ? null : String.join(" ", words);
    This approach is more intuitive and aligns with best practices.