Sum two numbers

Write a function that takes two numbers (a and b) as argument. Sum a and b. Return the result
JavaScript
Console