en.javascript.info/1-js/2-first-steps/11-ifelse/5-rewrite-if-question/solution.md
2015-01-09 01:39:01 +03:00

63 B

result = (a + b < 4) ? 'Мало' : 'Много';