Return valuesReturn valuesAll functions return a value. If no return value is specified, thestatement return null; is implicitly appended to the function body. foo() {}assert(foo() == null);