ReferenceError:未定义变量(但已定义)

时间:2017-02-20 16:28:50

标签: referenceerror

游戏机说:" ReferenceError:tpyeRand未定义" (在第34行;否则,如果")

var type;
var typeRand = Math.random();
typeRand = 0.5;
alert(typeRand);
if(typeRand < 0.7) {
  type = "calm";
}
else if(tpyeRand < 0.9) {
  type = "fuzzy";
}
else {
  type = "angry";
}

1 个答案:

答案 0 :(得分:0)

你刚刚在那一行拼错了“typeRand”这个词。