What does the following JavaScript code do" "Hello, World!".length; seenagape 11 years ago What does the following JavaScript code do”“Hello, World!”.length; A.Test the width of a literal string. B.Writes Hello, World to the screen. C.Test the length of a literal string. D.nothing ← Previous question Next question →