User talk:AntonD69

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Witklip Pass

De Beersnek Pass

Bergvlei Pass

Kiepersol Pass

Hilltop Pass

Recent edit to Fizz buzz[edit]

Hello, and thank you for your recent contribution. I appreciate the effort you made for our project, but unfortunately I had to undo your edit because I believe the article was better before you made that change. Feel free to contact me directly if you have any questions. Thank you! Dcirovic (talk) 18:47, 4 February 2016 (UTC)[reply]

Hi Dcirovic. More then happy to discuss. :) The example given above the javascript program is ... 13, 14, Fizz Buzz, 16, 17, ... There is a space between Fizz and Buzz for number 15. As the program stands now it produces FizzBuzz (as in one word, and no space). So the current program does not fulfil the requirements as laid out above, and therefore is incorrect. So either the sample should then be updated to reflect the lack of the space, or the program should be updated to produce the above result.

Example of the program running in Nodejs: Fizz 13 14 FizzBuzz 16 17

Example with my change added: Fizz 13 14 Fizz Buzz 16 17