en.javascript.info/1-js/02-first-steps/10-ifelse
Adarsh Naidu bacf5dfc61
Minor correction in the answer
Changed from
result = (a + b < 4) ? 'Below' : 'Over';
to
let result = (a + b < 4) ? 'Below' : 'Over';
2019-07-23 17:43:31 +05:30
..
1-if-zero-string up 2016-11-28 21:35:42 +03:00
2-check-standard Sketch editor update (no important image changes) 2019-04-05 09:17:57 +03:00
3-sign up 2016-11-28 21:35:42 +03:00
5-rewrite-if-question Minor correction in the answer 2019-07-23 17:43:31 +05:30
6-rewrite-if-else-question fixes 2017-03-24 17:28:37 +03:00
article.md fixes 2019-05-06 07:44:39 +02:00