1.

var val = "JavaScript String"
splittedVal = val.split('a',2)
console.log(splittedVal);
6.what will be the output of below code? NOTE: The code is executed on 2019-5-9

A. 2019-05-09T09:29:53.181Z
B. 2019-5-9
C. 15:00:34
D. 2019-5-9 15:02:35
Answer» E.


Discussion

No Comment Found