Problem
1. Describe the semantics of the join method of Array.
2. Describe the semantics of the slice method when it is given just one parameter.
3. What is the form of a nested array literal?
4. What value is returned by a function that contains no return statement?
5. Define the scope of a variable in a JavaScript script embedded in an HTML document when the variable is not declared in a function.