var fruits = new Array("pear", "orange", "apple", "grapefruit"); alert(fruits);
alert(Math.sqrt(36));
(.);