3
vane
4y

Where to start, maybe from string.

Empty string conditions and string comparison.

if “”: - python
“” == false - javascript
.equals() - java

Comments
Add Comment