Answers for "js local variable"

0

js local variable

// code here can NOT use carName

function myFunction() {

  let carName = "Volvo";
  // code here CAN use carName
}

  
// code here can NOT use carName
Posted by: Guest on September-26-2021
-1

local variables javascript

soz i do not know the code but i think you have to make it a globel
Posted by: Guest on April-22-2021

Code answers related to "js local variable"

Code answers related to "Javascript"

Browse Popular Code Answers by Language