II. Identify if the output/result of the javascript code is correct or not. Write TRUE if it is correct, otherwise write the CORRECT answer. (3 pts each) var phones = new Array ("Oppo", "Huawei", "Samsung") , var laptops = new Array("Dell", "Acer", "HP") Example: phones.length = 3 Answer: TRUE 7 laptops.sort() = HP, Dell, Acer Answer: Acer,HP,Dell (since the result in the statement is false, write the correct answer)​