Integra Beauty interview question

write a function that sum a+b

Interview Answer

Anonymous

7 Mar 2023

function sum(a,b){ return a+ b }