Sweet! isEmpty() returns true if the the string is, well, empty.
isEmpty()
true
Psst: another way to check if a string is empty is by using the length() method on the string to check if it equals 0.
length()
0
Almost! Maybe it's something very similar?