Homework 6 - CNIT 133 |
Part 1 - Math Object |
Use Math.round, Math.sqrt, and Math.floor to modify a float. |
Part 2 - String Object |
Search several lines of text with the charAt method the String Object. |
Part 3 - Date Object |
Use toString(), toLocaleString(), and toUTCString() of the Date Object and String method split. |
Part 4 - String.indexOf |
Use indexOf to count occurrences of letters in a string of text. |
Extra Credit |
Create a webpage that contains form input password fields for username and password. |