Skip to content

Instantly share code, notes, and snippets.

View lynxaegon's full-sized avatar
🧛‍♂️
One step at a time, at night!

Andrei Vaduva lynxaegon

🧛‍♂️
One step at a time, at night!
View GitHub Profile
function Conversation(fnc, commands) {
var didReset = false;
return function() {
var self = this;
self.reset = function(){
didReset = true;
speechRecognition.reset();