You must log in or register to comment.
Function is changing a global variable, the global variable is checked after every call to the function. That’s your return value.
That’s… Terrible. Truly the stuff of nightmares!
I spent 3 hours debugging the serialization code to find out it the crash was because the function didn’t have a return statement.
Sorry, cannot relate; Everything is a boolean when you’re using JavaScript.
OOP methods?