Update index.md (#34720)
This commit is contained in:
		
				
					committed by
					
						 Randell Dawson
						Randell Dawson
					
				
			
			
				
	
			
			
			
						parent
						
							27c78c9dfc
						
					
				
				
					commit
					ac9a18a7f7
				
			| @@ -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. |       // Creates an empty array to store our final result. | ||||||
|       var finalArray = []; |       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. |       // instead of 3. | ||||||
|       for (var i = 0; i < arguments.length; i++) { |       for (var i = 0; i < arguments.length; i++) { | ||||||
|         var arrayArguments = arguments[i]; |         var arrayArguments = arguments[i]; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user