Y
Hacker News
new
|
ask
|
show
|
jobs
by
jamiethompson
1606 days ago
I definitely "cheated" some of these by throwing in something horribly verbose rather than whatever a more correct solution would be
1 comments
Vinnl
1606 days ago
I felt dirty when I did something like
#one, #three, #five, #six, #nine
(Or whatever the elements we had to select were.)
link
maaaaattttt
1606 days ago
Same 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…
link
dagurp
1606 days ago
The hint suggests doing it this way. This solution is clean but it isn't very elegant.
link
dotancohen
1606 days ago
Exactly. All the previous questions had real, elegant answers. This one felt like whacking the mole was _possible_, but not the right way.
link