+ 1
Grammatical issue with āelse if ā statement page
On the āelse if ā page of the tutorial, it states.. āThe final else block will be executed when none of the conditions *is* true.ā The āisā should be āareā, because ānoneā and āconditionsā are words which require plurals.
3 Answers
+ 6
Oh well, if that's the part of the course you had the most trouble with, then you achieved a lot more than I did.
Remember, humans wrote these courses and they are prone to make mistakes.
Unlike us. š¤£
+ 2
That's good advice from HonFu
+ 1
Carry your strict language-perception with you as you go, and apply it on programming-language itself.
You'll probably only write few SyntaxErrors, find mistakes quickly, and maybe your code will be more readable than other people's code. ;)