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

  • Home
  • SEARCH
  • 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 6952681
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:22:51+00:00 2026-05-27T14:22:51+00:00

Couldn’t manage chaining calls using coffee script. I’m trying to reproduce this in coffee

  • 0

Couldn’t manage chaining calls using coffee script.
I’m trying to reproduce this in coffee script:

function htmlEscape(str) {
    return String(str)
        .replace(/&/g, '&')
        .replace(/"/g, '"')
        .replace(/'/g, ''')
        .replace(/</g, '&lt;')
        .replace(/>/g, '&gt;');
}

I’m trying this way:

htmlEscape = (str) ->
    String(str)
    .replace (a,b)
    .replace (c,d)

receiving an Parse error on line 13: Unexpected ',' error.
Could anyone help me with the proper chaining syntax?

  • 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-27T14:22:51+00:00Added an answer on May 27, 2026 at 2:22 pm

    You must remove these spaces (and probably put an space after the comma):

    htmlEscape = (str) ->
        String(str) 
        .replace(a, b) 
        .replace(c, d)
    

    Or:

    htmlEscape = (str) ->
        String(str).
          replace(a, b). 
          replace(c, d)
    

    I like the second. Note you can abstract what you are doing using reduce.

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

Sidebar

Related Questions

Couldn't find this anywhere, maybe I'm looking for the wrong verbs. I'm trying to
Couldn't find a function for this. I'm assuming I need to use regex? I'm
Couldn't comment on this post, which states the problem I'm experiencing: jQuery remove() on
I couldn't really find this in Rails documentation but it seems like 'mattr_accessor' is
I couldn't find anything about getting the total JSON record count using jQuery. Here
I couldn't find a suitable title for this. I'm going to express my query
Couldn't find similar enough question so I'll ask. I'm trying to use facebook log-in
couldn't find a similar topic but this may boil down to not knowing how
Couldn't find a better place to ask this so I hope you guys can
Couldn't find anything on this with a Google Search. Does anyone know how to

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.