About 360,000 results
Open links in new tab
  1. 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 …

  2. String - JavaScript | MDN - MDN Web Docs

    Apr 10, 2025 · Strings can be created as primitives, from string literals, or as objects, using the String() constructor: String primitives and string objects share many behaviors, but have other …

  3. 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.

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

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

  5. JavaScript Strings - GeeksforGeeks

    Mar 10, 2025 · What is a string in JavaScript? A string is a sequence of characters used to represent text. Strings are one of the fundamental data types in JavaScript and are enclosed …

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

    Jan 5, 2024 · In this article, we covered the fundamentals of working with strings in JavaScript. We explored basic operations such as concatenation and finding the length of a string. …

  7. JavaScript Strings | W3Docs JavaScript Tutorial

    In JavaScript, the strings are used for storing and manipulating text. On this page, you will learn how to create strings, use them and make comparisons.

  8. 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 …

  9. How to work with strings in JavaScript - Pluralsight

    Apr 7, 2025 · How to declare a string in JavaScript. Declaring a string in JavaScript means defining a variable that will hold a string value. To declare a string variable in JavaScript, you …

  10. JavaScript Operators

    Strings are enclosed in either single quotes (') or double quotes ("), and can also be created using template literals with backticks (`). //Example let singleQuoteString = 'Hello, World!'; let …

  11. Some results have been removed
Refresh