diff --git a/guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/chunky-monkey/index.md b/guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/chunky-monkey/index.md
index f41483732e..938e7c888c 100644
--- a/guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/chunky-monkey/index.md
+++ b/guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/chunky-monkey/index.md
@@ -181,7 +181,7 @@ Finally, we need a method to do the actual splitting and we can use `Array.slice
}
}
```
- Run Code
+ Run Code
### Code Explanation:
@@ -191,7 +191,7 @@ Finally, we need a method to do the actual splitting and we can use `Array.slice
#### Relevant Links
* Recursion
-* Array.splice()
+* Array.slice()
##  NOTES FOR CONTRIBUTIONS: