start()
doesn't return a boolean but a string valuemodel
never gets a valueExactly! start()
can't return a string value; its return type specifies that it needs to return a boolean value.
Whoops! start()
can't return a string value; its return type specifies that it needs to return a boolean value.