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 8054585
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T08:10:57+00:00 2026-06-05T08:10:57+00:00

I am working through a book about Javascript and have encountered the following example

  • 0

I am working through a book about Javascript and have encountered the following example of code designed to replace the value of the class attribute of a table header HTML element:

th.className = th.className.replace(/asc/,"dsc");
th.className = th.className.replace(/dsc/,"asc");

Why is the first parameter of .replace, the current value of th.className, enclosed in forward slashes instead of quotation marks?

Why not use quotation marks to enclose both parameters, not just the second one?

  • 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-06-05T08:10:58+00:00Added an answer on June 5, 2026 at 8:10 am

    Those are regular expressions. You can use either regular expressions or strings to define the match criteria for .replace().


    For example, if you wanted to replace all occurrences of 'asc' in a string, you could use the g (global) modifier on the regex.

    th.className = th.className.replace(/asc/g,"dsc");
    

    But given your examples, the regex used won’t provide any different result than using a string 'asc'.

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

Sidebar

Related Questions

Working through Pro ASP.NET MVC book and I got the following code snippet that
I'm an inexperienced JavaScript user working through the book CoffeeScript: Accelerated JavaScript Development ,
I'm working through Aaron Hillegass' book, specifically the lottery example. I had a question
I'm working through the Grails In Action book and have noticed 2 instances that
I am just working through some examples from my text book, writing the code
While working through the awesome book Programming Collective Intelligence, by Toby Segaran, I've encountered
Ok, I am working through a book and trying to learn C++ operator overloading.
I am working through a programming book and I want to branch off of
I'm working through Agile Web Dev w/ Rails book (4th ed) and I'm totally
I am working through some examples in a WCF book. There is a Host

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.