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

63 B

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