大家好,可能這對於大家來說太簡單Orz可是我真的沒解決方法,還請各位大神幫我看一下
首先我在板上找到這篇2014年的文章並跟著一起研讀,目前卡在這邊
(https://ithelp.ithome.com.tw/articles/10157513)
跟著作者一起做了一個猜數字的小遊戲,但是做完之後用console發現有錯
(https://jsfiddle.net/4y9wfhe6/ )
由於沒有解決方法,所以想請各位大神幫看一下,順便解決小弟疑惑,謝謝大家Orz
要學會看錯誤訊息喔,不是寫得很明顯嗎XD
Uncaught ReferenceError: parseint is not defined
at Guest ((index):64)
at HTMLInputElement.document.getElementById.onclick ((index):50)
console錯誤寫道: index第64行的parseint is not defined
查一下轉換成int的正確寫法,應該是parseInt
才對。
parseint is not defined
parseInt 要大寫
十進位 parseInt(int,10)