1. 1 point: Write a statement to create an untyped object and assign it to the variable a.

  2. 1 point: Set the name property of your untyped object to 'Brad'.

  3. 3 points: Write a function that takes an array of numbers as a parameter and returns its minimum value. You may either use the sort function with an appropriate comparision function or you may search the array.
solutions