I can't get array value but coding is correct but showing my array first character onle and also not working my variable could you please solve my issues.
my code:
 var name = ["siva", "mani", "sundar", "ranjith"];
 console.log(name[0]);
I can't get array value but coding is correct but showing my array first character onle and also not working my variable could you please solve my issues.
my code:
 var name = ["siva", "mani", "sundar", "ranjith"];
 console.log(name[0]);