From f03418f7aaee24f470d5e6aafbfe53823846de92 Mon Sep 17 00:00:00 2001 From: six9 <46282017+six9@users.noreply.github.com> Date: Sun, 14 Jul 2019 10:35:41 +0530 Subject: [PATCH] Update index.md (#36453) --- .../basic-algorithm-scripting/slice-and-splice/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/slice-and-splice/index.md b/guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/slice-and-splice/index.md index 81bc08fa3e..01ee904402 100644 --- a/guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/slice-and-splice/index.md +++ b/guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/slice-and-splice/index.md @@ -11,8 +11,8 @@ We need to copy each element from the first array into the second array starting #### Relevant Links -* str.slice() -* str.splice() +* Array.slice() +* Array.splice() ## ![:speech_balloon:](https://forum.freecodecamp.com/images/emoji/emoji_one/speech_balloon.png?v=3 ":speech_balloon:") Hint: 1