IDNStudy.com, ang iyong gabay para sa malinaw at eksaktong mga sagot. Magtanong at makakuha ng detalyadong sagot mula sa aming komunidad ng mga eksperto na may kaalaman.

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)​