January 19th 2018
From JavaScript30 I’ve created a speech recognition page that record everything I say. It is really cool, but it requires a bit of opening a server setting. You need to use
window.webkitSpeechRecognition
in order to run the speech recognition on your browser. But other than that it works great. The code does seem a bit difficult, but then again I am a beginner still.
In the Web Development Bootcamp I refreshed my knowledge of conditionals and loops. I already know about these topics but it is never bad to recap.