Welcome to Step 4

Here you will be challenged to explain code snippets.

Code Explanation Question

function add(a, b) { return a + b; }