return Return statement finishes function execution and can output a value. #javascript function foo(a, b){ return a + b; } copy