Breadcrumbs
Tag: "functions"
-
Too Easy JavaScript - Functions [5]
- Author
- Date
- Thu 28 Jul 2005 at 6:18
- Type
- Article
Voyage farther out in the depths with functions. Re-use your code and take procedural code to a level of organization and neatness. Learn more about functions and their uses in Too Easy JavaScript, Part 5.
-
PHP Functions
- Author
- Date
- Sun 30 Jan 2005 at 6:39
- Type
- Article
Functions are the foundation of organised procedural programming. Learn how to craft your own functions, return values from functions, and input data as parameters into functions.
