{"json_modified": "2016-08-27T01:55:52.564767", "uuid": "990dc280-501b-4684-aa03-afefb7db087a", "title": "Function return values", "url": "/en-US/docs/Learn/JavaScript/Building_blocks/Return_values", "tags": ["Return values", "Functions", "Beginner", "Guide", "Return", "Article", "CodingScripting", "beginner", "JavaScript", "Learn"], "translations": [], "modified": "2016-08-27T01:55:52", "label": "Function return values", "localization_tags": [], "locale": "en-US", "id": 192873, "last_edit": "2016-08-27T01:55:48", "summary": "There's one last essential concept for us to discuss in this course, to close our look at functions \u2014 return values. Some functions don't return a significant value after completion, but others do, and it's important to understand what there values are, how to make use of them in your code, and how to make your own custom functions return useful values. We'll cover all of these below.", "sections": [{"id": "Quick_Links", "title": null}, {"id": "What_are_return_values", "title": "What are return values?"}, {"id": "Using_return_values_in_your_own_functions", "title": "Using return values in your own functions"}, {"id": "Active_learning_our_own_return_value_function", "title": "Active learning: our own return value function"}, {"id": "Conclusion", "title": "Conclusion"}, {"id": "See_also", "title": "See also"}], "slug": "Learn/JavaScript/Building_blocks/Return_values", "review_tags": []}