+ 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 Respuestas
+ 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. ;)