showing results for - "js local variable"
Philipp
20 Nov 2020
1
2// code here can NOT use carName
3
4function myFunction() {
5
6  let carName = "Volvo";
7  // code here CAN use carName
8}
9
10  
11// code here can NOT use carName
12 
Mirko
06 Aug 2018
1soz i do not know the code but i think you have to make it a globel