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

    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 …

  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 · You can create strings using Template Literals. Template literals allow you to embed expressions within backticks (`) for dynamic string creation, making it more readable …

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

  5. JavaScript Strings: Create, Concate, Compare

    JavaScript string can be concatenated using the + operator or string.concat() method. JavaScript allows you to create a string object using the new keyword, as shown below. String objects …

  6. Creating and Manipulating Strings in JavaScript - Tutorial Republic

    In this tutorial you will learn how to create and manipulate strings in JavaScript. A string is a sequence of letters, numbers, special characters and arithmetic values or combination of all.

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

    Jan 5, 2024 · Creating strings in JavaScript is a fundamental operation, and there are multiple ways to achieve this. Let's explore the various methods of creating strings in JavaScript. In …

  8. How To Work with Strings in JavaScript - DigitalOcean

    Aug 24, 2021 · In this article, we’re going to learn how to create and view the output of strings, how to concatenate strings, how to store strings in variables, and the rules of using quotes, …

  9. Declare a String in JavaScript - freewebdesigntutorials.com

    We will show you how to declare strings by using the JavaScript string constructor ('new String'), and by assigning direct values (single- or double-quoted strings), and implicitely, using string …

  10. Handling text — strings in JavaScript - Learn web development

    Apr 11, 2025 · HTML provides structure and meaning to text, CSS allows us to precisely style it, and JavaScript offers many features for manipulating strings. These include creating custom …

  11. Some results have been removed
Refresh