We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 957861b + e8d1e0f commit bde61f9Copy full SHA for bde61f9
exercises/84 - Web Speech Colour Game/speech-FINISHED.js
@@ -19,7 +19,7 @@ window.SpeechRecognition =
19
20
function start() {
21
// see if their browser supports this
22
- if (!("SpeechRecognition" in window)) {
+ if (!window.SpeechRecognition) {
23
console.log("Sorry your browser does not support speech reco. ");
24
return;
25
}
0 commit comments