Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

var x=21; var myFunction = function(){ console.log(x); var x= 20; }; myFunction();

Busy Bat answered on February 19, 2020 Popularity 7/10 Helpfulness 1/10

Contents


More Related Answers

  • how to console.log variable in js
  • (function() { var a = b = 5; })(); console.log(b);
  • (function() { var a = b = 5; })(); console.log(b);
  • function myFunction(...params) { return params; } var x = myFunction(8,90,11); console.log(x);
  • (function() { var a = b = 5; })(); console.log(b);

  • var x=21; var myFunction = function(){ console.log(x); var x= 20; }; myFunction();

    5
    Popularity 7/10 Helpfulness 1/10 Language javascript
    Source: Grepper
    Tags: javascript var
    Link to this answer
    Share Copy Link
    Contributed on Feb 19 2020
    Busy Bat
    0 Answers  Avg Quality 2/10

    Closely Related Answers



    0
    Popularity 1/10 Helpfulness 1/10 Language javascript
    Source: Grepper
    Tags: javascript var
    Link to this answer
    Share Copy Link
    Contributed on Nov 13 2021
    Anxious Alpaca
    0 Answers  Avg Quality 2/10

    1
    Popularity 1/10 Helpfulness 1/10 Language javascript
    Source: Grepper
    Tags: javascript var
    Link to this answer
    Share Copy Link
    Contributed on May 14 2022
    Anjali
    0 Answers  Avg Quality 2/10

    0
    Popularity 1/10 Helpfulness 1/10 Language javascript
    Source: Grepper
    Tags: javascript var
    Link to this answer
    Share Copy Link
    Contributed on Oct 05 2022
    lidya kinfe
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.