Merge pull request #497 from burkehavendesign/patch-3

Update article.md
This commit is contained in:
Ilya Kantor 2017-04-20 23:32:36 +02:00 committed by GitHub
commit 7a51c05ded

View file

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