Question:Consider the following variable declarations: Consider the following variable declarations: var a=" adam " var b=" eve " Which of the following would return the sentence " adam and eve "? 

A a.concatinate( "and ", b) 

B a.concat( "and ", b) 

C a.concatinate( " and ", b) 

D d. a.concat(" and ", b) 

+ Answer
+ Report
Total Preview: 994

Copyright © 2024. Powered by Intellect Software Ltd