0
what is wrong with my code?
When I try to run the code it shows missing ' ) ' after argument list? var msg = SpeechSynthesisUtterance (utterance: ' Hello world ' string: SpeechSynthesisUtterance) window.speechSynthesis.speak(msg) console.log(msg) { alert("bug detected") }
4 Answers
0
" "
0
There's meant to be a bracket around hello world
0
And ""
0
thanks