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

Related Questions

What exactly does immutable mean - that is, what are the consequences of an
Strings are immutable, does it mean that i always have to do something like
Does an immutable object in python mean that its value cannot be changed after
Possible Duplicate: String, StringBuffer, and StringBuilder We know that String are immutable where StringBuffer
I have read in a Java book that says: Because a String is immutable,
I read that in Java, String is immutable, so we can't really use toLowerCase
I know that Strings are immutable. Then, what is the difference between: String name
Can a class that does not have final modifier in it be fully immutable
I have heard and read that a string can not be changed (immutable?). That
Are all final classes in Java immutable. String and Integer both are final classes

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.