Update article.md

That English is not idiomatic at all.  You could says:

"Why don't you take a math class?"
or
"How about taking a math class?"

Also, you may want to consider using American English, and in this case, please use "math" not "maths".  The US is a bigger market than the UK, is more widely used, the US is the center of the tech industry, etc.  The standard for using English-language variables in code comes from the US, not England.  And British-English is annoying. ;) :)
This commit is contained in:
burkehavendesign 2017-04-07 12:37:14 -04:00 committed by GitHub
parent 48481aa974
commit b2bf86787d

View file

@ -129,7 +129,7 @@ switch (a) {
case 3: // (*) grouped two cases
case 5:
alert('Wrong!');
alert('How about to take maths classes?');
alert('Why don't you take a math class?');
break;
*/!*