zlacker

[parent] [thread] 1 comments
1. geneze+(OP)[view] [source] 2025-12-05 23:51:24
To nitpick a bit, I'd say there is something that is "placed outside the stylesheet".

Now, arguably it's not a "number or word that appears in the output", that's true, but it is a part of the logic of FizzBuzz. It's the fact that there are 100 and exactly 100 <li> elements in the HTML part.

I mean, it wouldn't be a correct FizzBuzz without precisely that HTML. Having exactly 100 <li> elements is implementing the part of the logic that a. loops, and b. stops at 100.

But of course this is just nitpicking, as I said ;)

replies(1): >>culi+a1
2. culi+a1[view] [source] 2025-12-06 00:00:19
>>geneze+(OP)
HTML is just the runtime of CSS
[go to top]