14天入門JavaScript-day three

學習的是js 的變量類型typeof運算符,數據轉換,變量作用域,以及什麼是閉包 demo1 變量類型 <script> var a=12; //alert(typeof a); //number a='asdfasd'; //alert(typeof a); //string a=true; //alert(typeof a); //boolean a=function
相關文章
相關標籤/搜索