Integra Beauty Interview Question

write a function that sum a+b

Interview Answer

Anonymous

Mar 7, 2023

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