1. var atpos = x.charAt(0);

  2. var atpos = x.charAt(‘A’);

  3. var atpos = x.indexOf(“@”);

  4. var atpos = x.indexOf(‘@’);


Correct Option: C

Find more quizzes: