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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T15:37:26+00:00 2026-06-09T15:37:26+00:00

In writing a javascript function to evaluate a multi-variate condition, I came across what

  • 0

In writing a javascript function to evaluate a multi-variate condition, I came across what seems like a parser error in Javascript. Please let me know if I’m forgetting something, or if this is appropriate behavior.

In my function, I’m returning the AND result of several variables, like so:

return
// a comment, for kicks
a1 && a2
&&
b1 && b2
&&
// another comment
c1 && c2
&&
d1 && d2
;

However, even when all of those variables have an explicit value of true, the function is returning undefined instead of the expected true.

I’ve tried several variations of returning this expression, and I’ve found:

  1. multiline expression — fails
  2. expression on single line — works
  3. wrapping expression in paretheses — works
  4. setting multiline expression to variable, then returning variable — works

See working examples: http://jsfiddle.net/drzaus/38DgX/

Can anybody explain why this happens?

  • 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-09T15:37:28+00:00Added an answer on June 9, 2026 at 3:37 pm

    This is correct behavior. Putting return; in a function will cause it to return undefined. In your example, the line break after return makes the parser think this is the end of the statement, so it returns undefined.

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

Sidebar

Related Questions

I am writing a javascript function like this, my problem is I can pass
I am writing JavaScript like that: <?php $this->headScript()->captureStart();?> $(function(){ // some javascript magic });
I am writing a JavaScript function to highlight the row and column of a
I'm writing a Javascript function that would manipulate an array written on-the-fly and sent
I am not sure I am writing valid javascript argument or not. function localData(){
I'm writing javascript code for a web emulator containing function keys. The user is
I'm writing a Javascript function. I need to grab the number 228 from the
The following ways of writing a javascript function are equivalent. Maybe the first one
I have a javascript function I'm writing which is being used to include an
I'm writing a javascript function that dynamically creates an Iframe with a button that

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.