...

/

Solution Review: Purify the Function

Solution Review: Purify the Function

This lesson will explain the solution to the problem in the previous lesson.

Solution review #

Press + to interact
const addAndPrint = (a, b) => {
const sum = a+b;
return sum;
};

Explanation #

...
Access this course and 1400+ top-rated courses and projects.