Homework 6

Objects

Part 1
Process a Number with 4 Decimals

A JavaScript program that will ask you for a 4-decimal number and display calculations.

View Part 1
Part 2
Search and Find

A JavaScript program that will search for a single character inside of long content provided by user.

View Part 2
Part 3
Process Your Phone Number

A JavaScript program that will ask you for a phone number and extract/display the area code, the routing number, and the last 4 digits as seperate items.

View Part 3