style=“color:white;”> speech synth


var synth = window.speechsynthesis; war msg = new speechSynthesisUtterance(); var theText; msg.volume=1; msg.pitch=2; msg.text=“this is a test” synth.speak(msg); //makes it talk