About 50,100 results
Open links in new tab
  1. String - JavaScript | MDN - MDN Web Docs

    May 22, 2026 · Strings are useful for holding data that can be represented in text form. Some of the most-used operations on strings …

  2. JavaScript Strings - W3Schools

    Escape Characters Because strings must be written within quotes, JavaScript will misunderstand this string: let text = "We are the so …

  3. String () constructor - JavaScript | MDN - MDN Web Docs

    Jul 10, 2025 · The String() constructor creates String objects. When called as a function, it returns primitive values of type String.

  4. JavaScript Strings - GeeksforGeeks

    Jun 11, 2026 · A JavaScript String is a sequence of characters, typically used to represent text. In JavaScript, there is no character …

  5. JavaScript String Methods - W3Schools

    Basic String Methods Javascript strings are primitive and immutable: All string methods produce a new string without altering the …

  6. The Beginner's Guide to JavaScript Strings By Examples

    In this tutorial, you will learn about the JavaScript strings and their basic operations such as accessing characters and comparing …

  7. Strings - The Modern JavaScript Tutorial

    Jan 17, 2024 · In JavaScript, the textual data is stored as strings. There is no separate type for a single character. The internal …

  8. JavaScript String (with Examples) - Programiz

    In JavaScript, string is a primitive data type that represents textual data. In this tutorial, you will learn about JavaScript strings with …

  9. JavaScript Strings: The Basic Methods and Functions | JavaScript.com

    Learn the basics of JavaScript Strings with code examples and small tutorials and descriptions on how each string function and …

  10. JavaScript Strings - W3Schools

    JavaScript Strings A JavaScript string is zero or more characters written inside quotes.