Question:Given the statement var charConvert = toCharCode('x'), what is the error?
A toCharCode() is a bogus method B Nothing. It will work fine C toCharCode accepts only numbers D toCharCode takes no arguments
+ AnswerA
+ Report