Assignment #2

Problem #1: Explain the logic in the program called searchparallel.html.

Problem #2: Explain the logic in the program called substring.html.

Problem #3: Write your own program using the techniques from searchparallel.html and substring.html.

Problem #4: Write your own program using the basic object oriented techniques.

Probelm #5: Write a program that illustrates your understanding of join, push, pop, split, and shift. The program should be done using DOM.

Problem #6: Write a program that illustrates your understanding of concat, indexOf and charAt. I want you to illustrate str.search, str.lastIndexOf, str.replace after doing some research. The program should be done using DOM.