JavaScript
// Write a function called sum(a, b) that returns a + b.
function sum(a, b) {

}