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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T16:18:31+00:00 2026-05-21T16:18:31+00:00

At least in V8 something like if((var i = x*x) == 2){} will give

  • 0

At least in V8 something like

if((var i = x*x) == 2){}

will give an error about an unexpected ‘var’ keyword. However there is no error if the var happens before the if() but I still leave the assignment of i in the expression. Why such an odd exception? Is this in the ECMA script standard somewhere? Is there a undetectable closure happening within the evaluation of the if() expression so leaving in the var would make my assignment disappear?

To further generalize it appears that var must have no non-white space characters preceding it.

  • 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-21T16:18:32+00:00Added an answer on May 21, 2026 at 4:18 pm

    The short answer to your question is that you can’t use a variable statement as the expression to evaluate in an if.

    A more detailed answer is that according to ECMA-262 s12.5, an if statement has the form:

    if ( Expression) Statement else Statement
    

    ECMA-262 s11 describes an Expression as:

    PrimaryExpression :
      this
      Identifier
      Literal
      ArrayLiteral
      ObjectLiteral
      ( Expression )
    

    An expression that starts with var is a VariableStatment (ECMA-262 s12.2), which is not one of the above.

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

Sidebar

Related Questions

I have something like the following: var myTimeout; function delayStuffUntil( when ){ if( myTimeout)
it appears if you have something like var my_var = {foo : bar}; in
is it possible to use something like an vim-close/exit-Event to execute some last commands
I want to have on my page something like This page last refreshed on:
I'm looking for something like CodeIgniter's: $this->db->last_query(); ( http://codeigniter.com/user_guide/database/helpers.html )
Just trying to establish whether prototype can do something like $$('#ID a:last').css('color','#111'); Any ideas
The SQL would be something like select GeneralData.id, GeneralData.name, GeneralData.last_name, Student.id from GeneralData Inner
I was working on a demo method and found something strange(at least to me
I am new to nodejs but I did get something to work last night
my fellow developers! I hope very much that at least some of you will

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.