Home > Frontend Engineering and Javascript > Intermediate Javascript Concepts > Introduction to Functional Programming Show previous contentBuild your intuition. Click the correct answer from the options.Is this a pure function?JAVASCRIPT1const multiply = (a,b) => { 2 return a*b; 3} 4console.log(multiply(2,4));Click the option that best answers the question.Yes No Show following content