Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 927497
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T19:51:52+00:00 2026-05-15T19:51:52+00:00

If a string is immutable, does that mean that…. (let’s assume JavaScript) var str

  • 0

If a string is immutable, does that mean that….
(let’s assume JavaScript)

var str = 'foo';

alert(str.substr(1)); // oo

alert(str); // foo

Does it mean, when calling methods on a string, it will return the modified string, but it won’t change the initial string?

If the string was mutable, does that mean the 2nd alert() would return oo as well?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T19:51:53+00:00Added an answer on May 15, 2026 at 7:51 pm

    It means that once you instantiate the object, you can’t change its properties. In your first alert you aren’t changing foo. You’re creating a new string. This is why in your second alert it will show “foo” instead of oo.

    Does it mean, when calling methods on
    a string, it will return the modified
    string, but it won’t change the
    initial string?

    Yes. Nothing can change the string once it is created. Now this doesn’t mean that you can’t assign a new string object to the str variable. You just can’t change the current object that str references.

    If the string was mutable, does that
    mean the 2nd alert() would return oo
    as well?

    Technically, no, because the substring method returns a new string. Making an object mutable, wouldn’t change the method. Making it mutable means that technically, you could make it so that substring would change the original string instead of creating a new one.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 492k
  • Answers 493k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer It the variable $new_user is the value 1 then your… May 16, 2026 at 10:36 am
  • Editorial Team
    Editorial Team added an answer (Theoretically) in HTML 4, <foo / (yes, with no >… May 16, 2026 at 10:36 am
  • Editorial Team
    Editorial Team added an answer I think it will be hard to directly convert array<int^>^… May 16, 2026 at 10:36 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

What exactly does immutable mean - that is, what are the consequences of an
I have heard and read that a string can not be changed (immutable?). That
Does String.ToLower() return the same reference (e.g. without allocating any new memory) if all
Consider the following example. String str = new String(); str = "Hello"; System.out.println(str); //Prints
I have a string that stores some variables that must be executed to produce
In an answer to his own controversial question , Mash has illustrated that you
Strings are immutable, meaning, once they have been created they cannot be changed. So,
I'm not sure why this doesn't work: scala> case class Loader(n: String, x: String,
strjoin accepts one string and then a variable number of arguments. I'm looking for
I have a string like this: // string1 horse|cow|goat|zebra| and another string like this:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.