I am learning in Javascript, and I am stuck in this exercise, any help please?
Create a script in which given two arrays of numbers, if both have the same number of elements, show an array that contains the sum of each element that is in the same position in the two arrays. Example: [1,2,3] + [2,3,4] = [3,5,7]