gpt4 book ai didi

javascript - javascript 初学者 : confirm/code

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:08:49 28 4
gpt4 key购买 nike

我是使用 Code Academy 学习的初学者,我正在尝试用 JavaScript 编写一个简单的游戏,只是为了扩展我的理解。我无法解释为什么我的前几行代码不起作用。我想要做什么应该很明显,但确认命令根本不起作用。

这是代码:

var classChoice=prompt("You need to choose a class.  Will you play as a wizard or as  a warrior?").toLowerCase;

if (classChoice==="wizard"){
confirm("You have chosen wizard. Is this correct? (yes or no)");
}else if (classChoice==="warrior"){
confirm("You have chosen warrior. Is this correct?");
}

有人可以评论吗?

最佳答案

toLowerCase是一个你必须调用的函数:.toLowerCase() .

注:当他们输入您正在检查的 2 以外的值时会发生什么......?

关于javascript - javascript 初学者 : confirm/code,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14449990/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com