Chapter 5 - Arguments: passing data to 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 |
---|---|---|
5.15 | Calling the same function with different arguments | covemoh |
5.16 | Defining a function with a default argument | ziyivu |
5.17 | Using the square function | fikireq |
5.18 | Functions with two parameters | qulicu |
5.19 | Displaying a player's information using properties | wovufar |