Coding TestProgrammersLevel 1내적On this page내적 Solution function solution(a, b) { return a.reduce((acc, cur, idx) => acc + cur * b[idx], 0);} Review . References Programmers - 내적