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