IT 130
Fall 2016
Craig Miller
Weekly Notes
Assignments
- Assignment 1
- Assignment 2
- Assignment 3
- Assignment 4
- Assignment 5
- Assignment 6
- Assignment 7
- Assignment 8
Javascript provides a variety of methods for manipulating strings. This page has a comprehensive reference.
Here is a web page showing some examples.
We will discuss the difference between obtaining properties
(e.g. length
, with no parentheses) and calling methods
(e.g. toUpperCase()
, with parentheses).