-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
04. 조건문 · GitBook #11
Comments
else if 문에서console.log('a 가 15보다 크지 않습니다.'); |
부분의 결과가 a가 10보다 크지 않습니다라고 나오는데, 15보다 크지 않습니다 라고 나와야 하지 않나요?? |
else if 문에서 console.log('a가 15보다 크지 않습니다.'); 에 해당하는 조건에 맞춰서 ' 15보다 크지 않습니다' 라고 결과값이 도출되네요. |
20.11.09 |
20210304 |
20210705 |
20210904 |
20211107 |
20220103 |
22.02.24 |
22.03.22 |
1 similar comment
22.03.22 |
22.04.06 |
22.05.24 |
굳굳 |
22.06.28 |
22.08.14 |
22.08.18 |
230306 |
230524 |
230604 |
23.06.26. |
23.08.19 |
23.08.31. |
231021 |
231115 |
231208 |
240620 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
04. 조건문 · GitBook
undefined
https://learnjs.vlpt.us/basics/04-conditions.html
The text was updated successfully, but these errors were encountered: