Chapter 6 - Return values: getting data from functions
Click the title to see the listing, solutions to exercises and video tutorials on this site. Click the JS Bin code to see the live listing on JS Bin.
Extras: Using recent language features
Listing | Title | JS Bin Code |
---|---|---|
6.11 | Returning a value from a function | xiwagux |
6.12 | Using the return value as an argument | yerevom |
6.13 | Returning the sum of two numbers | deqimur |
6.14 | Displaying player information using objects | yuwuliv |