MCQs>IT & Programming>E4X (ECMAScript For XML)>What will be the output of the following code snippet? var customer = 888-555-1212888-555-2121mobile; alert(customer.childIndex());
E4X (ECMAScript For XML) MCQs
What will be the output of the following code snippet? var customer = 888-555-1212 888-555-2121 mobile ; alert(customer.childIndex());
Answer
Correct Answer: NaN
Explanation:
Note: This Question is unanswered, help us to find answer for this one