The typeof operator can be used to check the type of a variable at a particular point. For example,. let count = 4; console.log(typeof count); count = true ...
確定! 回上一頁