MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following function of String object returns a number indicating the Unicode value of the character at the given index? |
| A. | charAt() |
| B. | charCodeAt() |
| C. | concat() |
| D. | indexOf() |
| Answer» C. concat() | |