Question:In your JavaScript code, how do you find out which character occurs at the 5th position in a string "How are you"?
A Substring() B String() C Stringlength() D CharAt()
+ AnswerD
+ Report