We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Title explains but an example would be something in the line of:
def isTrue(): Boolean = if boolsktVärde == true then true else false
can be simplified to
def isTrue(): Boolean = boolsktVärde
The text was updated successfully, but these errors were encountered:
I have added this slide:
Sorry, something went wrong.
TODO: Consider if also add an exercise in week 01 pr week 02. Check what's already there first...
bjornregnell
No branches or pull requests
Title explains but an example would be something in the line of:
can be simplified to
The text was updated successfully, but these errors were encountered: