In Javascript one can define variables using the keywords var , let or const . var a=10; let b=20;const PI=3.14;.
確定! 回上一頁