Skip to content

Latest commit

 

History

History

fixme-string-equals-equals-string

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

The code provided is simply meant to check if two strings are equal.

But it's not working properly!

Kata Task

Fix the code so we can all go home early.

Restrictions

A variety of methods and keywords are banned

  • char
  • chars
  • charAt
  • compareTo
  • contentEquals
  • equals
  • equalsIgnoreCase
  • hashCode
  • length
  • startsWith
  • stream
  • try
  • var