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()
##  Hint: 1