Open jah2488 opened 9 years ago
Could you please take a look at Fizzbuzz.js because I believe that it is fixed? I could not get pigatize to work because it is giving me this error: var text = prompt("Please enter a word and I will translate to pig latin: “). If you could let me know the problem for that error I will continue on it if not I will come back to it.
On Mar 29, 2015, at 7:11 PM, Justin Herrick notifications@github.com wrote:
Currently Pigatize does not work in javascript. It always assumes the word starts with a vowel. Your function that checks of a word starts with a vowel is not working correctly.
Fizzbuzz in javascript does not work, because your Fizzbuzz function does not take any parameters.
— Reply to this email directly or view it on GitHub https://github.com/rcantu1234/Ruby_AgeVerifier/issues/2.
@rcantu1234 Fizzbuzz is still broken because your function does not take any parameters.
I don't get that error when I run your pigatize in the browser.
I believe that pigatize.js is fixed. Fizz buzz works fine for me. 15, 30, and 45 are the only numbers that take 3 and 5 without a remainder with a parameter of 50. Does that sound correct?
Fizzbuzz
function does not take any parameters.