Asabeneh / 30-Days-Of-JavaScript

30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
42.88k stars 9.95k forks source link

if else if else else #35

Closed ljcordero closed 4 years ago

ljcordero commented 4 years ago

Actually on day 4, there are some titles and paragraphs, making references to: "if else if else else"

https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/04_Day/04_day_conditionals.md#if-else-if-else-else

I think the meaning of this title would be something like: " if else if else" without the extra "else" at the end.

But don't really like how its look, I preferrer something like: "If else and else if" or just "else if".

So I propose changing this title for one of these two options:

  1. if else and else if
  2. else if

Please comment your suggestions.

ljcordero commented 4 years ago

@nyan-lin-tun may you help us here.

nyan-lin-tun commented 4 years ago

@ljcordero ok I will update the readme of Day4 and make pull request.