8 ms·
I definitely "cheated" some of these by throwing in something horribly verbose rather than whatever a more correct solution would be
by jamiethompson 5y ago
I definitely "cheated" some of these by throwing in something horribly verbose rather than whatever a more correct solution would be
- Vinnl 5y agoI felt dirty when I did something like #one, #three, #five, #six, #nine (Or whatever the elements we had to select were.)
- maaaaattttt 5y agoSame here, and to be honest I'm still not sure what the clean solution would be for this level. With that particular html structure and class/id usage there maybe isn't any…
- dagurp 5y agoThe hint suggests doing it this way. This solution is clean but it isn't very elegant.
- dotancohen 5y agoExactly. All the previous questions had real, elegant answers. This one felt like whacking the mole was _possible_, but not the right way.