MCQ
Which built-in method returns the length of a string?
JavaScript
A length()
B len()
C size()
D length
Explanation

String length is accessed via the .length property, not a method.