About 310,000 results
Open links in new tab
  1. String - JavaScript - MDN

    Apr 10, 2025 · Strings are useful for holding data that can be represented in text form. Some of the most-used operations on strings are to check their length, to build and concatenate them …

  2. JavaScript Strings - W3Schools

    Normally, JavaScript strings are primitive values, created from literals: But strings can also be defined as objects with the keyword new: Do not create String objects. The new keyword …

  3. JavaScript Strings - GeeksforGeeks

    Mar 10, 2025 · A string is a sequence of characters used to represent text. Strings are one of the fundamental data types in JavaScript and are enclosed in single quotes ('), double quotes ("), …

  4. 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 format for strings is always UTF-16, it is not tied to the page …

  5. 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 strings.

  6. JavaScript String (with Examples) - Programiz

    In JavaScript, we create strings by surrounding them with quotes or backticks. Single quotes and double quotes are practically the same, and you can use either of the two. Backticks are …

  7. JavaScript Strings | W3Docs JavaScript Tutorial

    In JavaScript, the strings are used for storing and manipulating text. No separate type exists for a single character. The strings internal format is always UTF-16. A string represents zero or …

  8. The JavaScript String Handbook – How to Work with Strings in JS

    Jan 5, 2024 · In JavaScript, strings are sequences of characters enclosed in either single or double quotes. This flexibility allows developers to choose the quotation style based on …

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

    Strings have their own built-in variables and functions, also known as properties and methods. Here are some of the most common ones. A string’s length property keeps track of how many …

  10. JavaScript String Methods - W3Schools

    Javascript strings are primitive and immutable: All string methods produce a new string without altering the original string. The length property returns the length of a string: There are 4 …

  11. Some results have been removed
Refresh