и посмотреть медиа
JavaScript test - проверка знаний
и посмотреть медиа
Канал с тестами для проверки знаний JavaScript. Практические задания для самооценки уровня.
Канал с тестами для проверки знаний JavaScript. Практические задания для самооценки уровня.
Платформа для тестирования навыков по JavaScript. Регулярно публикуются задания разной сложности, помогающие выявить пробелы в знаниях и подготовиться к реальным задачам разработки.
❗️Что будет на выходе: const compose = (...fns) => (x) => fns.reduceRight((acc, fn) => fn(acc), x); const pipe = (...fns) => (x) => fns.reduce((acc, fn) => fn(acc), x); const double = (x) => x * 2; const addTen = (x) => x + 10; const square = (x) => x * x; const negate = (x) => -x; const transform1 = compose(negate, square, addTen, double); const transform2 = pipe(double, addTen, square, negate); const input = 3; console.log(transform1(input)); console.log(transform2(input)); console.log(transform1(input) === transform2(input)); Ответ: -256 -256 true JavaScript test | #JavaScript & Max
Открыть канал и посмотреть медиаOnly registered users can share their opinion.
Be the first to share your impression of this resource!
Python scripts, neural networks, bots and task automation for free.
Official Web3 Studio Channelfundraisingand marketing. Memes, cases, knowledge from the world of blockchain and crypto.