Join Slack
Powered by
why after checking if the property is not null it ...
# getting-started
m
martynas
10/07/2015, 1:51 PM
why after checking if the property is not null it still doesn’t work like that?
Copy code
if(string != null) { string.length() else { __do_something_else__ }
Open in Slack
Previous
Next