If your boss asked you could you build a fizz buzz program in javascript could you? Something so simple that alot of great programmers and coders can't do. Well I want to see what you guys comes up with! Also for those that just want to see how its done take a look here: http://pbswebdesign.blogspot.com/201...avascript.html
This is intended to see how people do and how differently they do it. TEst yourself and see if you can still remember the basics!
Here is what needs to be done!
Count from 1 to 100 replacing any number divisible by 3 with the word "Fizz" and any number divisible by 5 with "Buzz". Now if the number is both divisible by 3 and 5 then we need to display "FizzBuzz". If the number is not divisible by 3 or 5 we need to just output that number.


Reply With Quote

Bookmarks