From dcdc01e9743353aded4c866f856e338c4457d868 Mon Sep 17 00:00:00 2001 From: Alena Batitskaia Date: Thu, 9 May 2024 23:22:01 +0100 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D1=8F=D0=B5=D1=82=20=D0=B0=D0=B2=D1=82=D0=BE=D1=80=D0=B0=20?= =?UTF-8?q?=D0=B4=D0=BE=D0=BA=D0=B8=20`.sort()`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/array-sort/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/array-sort/index.md b/js/array-sort/index.md index 1c7553d82d..444599b5e2 100644 --- a/js/array-sort/index.md +++ b/js/array-sort/index.md @@ -2,7 +2,7 @@ title: "`.sort()`" description: "Сортирует элементы массива." authors: - - Maksim631 + - maksim631 related: - js/arrays - js/element