标签: javascript tdd bdd karma-jasmine
我的代码中有这一行:
var textThatWillBeChanged = prompt("Paste the text you would like to change!");
在浏览器中,它要求用户输入文本。
问题: