@@ -81,7 +83,7 @@ function disable(el) {
}
function submitForm(answer) {
- // Pretend it's hitting the network.
+ // 假设正在进行网络请求
return new Promise((resolve, reject) => {
setTimeout(() => {
if (answer.toLowerCase() == 'istanbul') {
@@ -111,17 +113,17 @@ textarea.oninput = handleTextareaChange;
```html public/index.html
-That's right!
+回答正确!