About 169,000 results
Open links in new tab
  1. String.prototype.charAt () - JavaScript | MDN

    Jul 10, 2025 · The charAt() method of String values returns a new string consisting of the single UTF-16 code unit at the given index. charAt() always indexes the string as a sequence of UTF …

  2. JavaScript String fromCharCode () Method - W3Schools

    Description The String.fromCharCode() method converts Unicode values to characters. The String.fromCharCode() is a static method of the String object. The syntax is always …

  3. javascript - What is the 'char' keyword used for? - Stack ...

    Apr 6, 2012 · What is the char reserved keyword used for in JavaScript (as type declaration is not necessary), and especially, what is the correct syntax to use it (could someone give me a …

  4. JavaScript String charAt () Method - GeeksforGeeks

    Jan 16, 2026 · The charAt () method in JavaScript is used to get a character from a string at a specific position. It helps you access individual characters easily using an index value.

  5. JavaScript String charAt Method - Online Tutorials Library

    Learn how to use the JavaScript String charAt method to access specific characters in a string. Explore syntax, examples, and applications.

  6. JavaScript String charAt () (With Examples) - Programiz

    In this article, you will learn about the charAt () method of String with the help of examples.

  7. String.fromCharCode () - JavaScript | MDN - MDN Web Docs

    Jul 10, 2025 · The String.fromCharCode() static method returns a string created from the specified sequence of UTF-16 code units. A number between 0 and 65535 (0xFFFF) …