Computer Science 555
Website Development using JavaScript and AJAX - 3 Units
- Section:
- 3179
- Instructor:
- Brad Gilbert
- Pierce Mailbox:
- 612
- Email:
- pierce@wavethunder.com
- Wednesday Office Hours:
- 5:00 - 5:40 PM COSC 1507
- Wednesday Lab:
- 5:45 - 7:50 PM COSC 1507
- Wednesday Lecture:
- 7:55 - 10:00 PM MATH 1511
- Other classes:
- CS-575
functions preview
- You will learn
-
- What is a function
- How to define a function
- How do call a function
- How to pass values to a function
- How to return a value from a function
- How to assign the result of your function call to a variable
- What are global and local variables
- How to declare global and local variables
- What it means to pass parameters by value or by reference
- What causes parameters to be passed by value or by reference