Created
January 12, 2018 20:38
-
-
Save ZacharyJacobCollins/0432a4bc10a58a0e6e0d13e528a676f9 to your computer and use it in GitHub Desktop.
TestAlexa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
phrases = ['clean message', 'what is new']; | |
function test_phrase(phrase) { | |
var input = document.getElementById('edw-test-utteranceTextField'); | |
input.value = phrase; | |
} | |
test_phrase(phrases[1]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment