use function return value javascript code example Example: return value from javascript function function num(x, y) { var sum = x + y; return sum; }