diff --git a/1-js/02-first-steps/13-switch/article.md b/1-js/02-first-steps/13-switch/article.md index 6ecd7c8c..adbb7a0e 100644 --- a/1-js/02-first-steps/13-switch/article.md +++ b/1-js/02-first-steps/13-switch/article.md @@ -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; */!*