From a29f070bb95433baf0b59ffba7cb71af4fdd9b8e Mon Sep 17 00:00:00 2001 From: Sergey Veremiychuk Date: Thu, 12 May 2022 22:00:50 +0300 Subject: [PATCH] Update reverse function you may call reverse function not merge. merge function is undefined here --- js/reverse.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/reverse.html b/js/reverse.html index ce801ba..d1869bc 100755 --- a/js/reverse.html +++ b/js/reverse.html @@ -18,7 +18,7 @@ // TODO: Your code here } - merge(a); // Should return [7, 6, 5, 4, 3, 2, 1] + reverse(a); // Should return [7, 6, 5, 4, 3, 2, 1]