From bc9300ea29dc3d2fcf0c67346514db3f5efa8a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D1=80=D0=B8=D0=BD=D0=B0=20=D0=97=D1=8B=D0=BA=D0=B8?= =?UTF-8?q?=D0=BD=D0=B0?= Date: Mon, 16 Dec 2024 17:56:51 +0300 Subject: [PATCH] summ1 --- 0-module/1-task/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0-module/1-task/index.js b/0-module/1-task/index.js index 148ea5e..a6b4397 100644 --- a/0-module/1-task/index.js +++ b/0-module/1-task/index.js @@ -1,3 +1,3 @@ function sum(m, n) { - // ваш код... + return m + n; }