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
B
C
D
a.concatinate( "and ", b)
B
a.concat( "and ", b)
C
a.concatinate( " and ", b)
D
d. a.concat(" and ", b)
Note: Not available