You declare a JavaScript variable with the var keyword: var carName; After the declaration, the variable has no value (technically it has the value of ...
確定! 回上一頁