Update index.md (#34720)

This commit is contained in:
Rohan Mohammad
2018-12-22 03:22:19 +05:30
committed by Randell Dawson
parent 27c78c9dfc
commit ac9a18a7f7

View File

@ -41,7 +41,7 @@ You will have to check if the current value is already on the array to be return
// Creates an empty array to store our final result.
var finalArray = [];
// Loop through the arguments object to truly made the program work with two or more arrays
// Loop through the arguments object to truly make the program work with two or more arrays
// instead of 3.
for (var i = 0; i < arguments.length; i++) {
var arrayArguments = arguments[i];