Closed
Description
This issue was originally filed by [email protected]
current:
if (!emptyString.isEmpty()) {
should be:
if (emptyString.isEmpty()) {
(if you want it to match the JavaScript example)
Metadata
Metadata
Assignees
Labels
No labels
This issue was originally filed by [email protected]
current:
if (!emptyString.isEmpty()) {
should be:
if (emptyString.isEmpty()) {
(if you want it to match the JavaScript example)