how to make a function in a return statement js code example Example: return value from javascript function function num(x, y) { var sum = x + y; return sum; }