Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Level 12 "Select every apple that's next to a plate" #261

Open
Git-Will-Hunting opened this issue Dec 18, 2023 · 2 comments
Open

Level 12 "Select every apple that's next to a plate" #261

Git-Will-Hunting opened this issue Dec 18, 2023 · 2 comments

Comments

@Git-Will-Hunting
Copy link

In this level it is requested to "Select every apple that's next to a plate" not every apple that follows a plate. The dancing animated apples indeed follow a plate but there is one apple inside the bento box that is not part of the answer.

The question should either be phrased "Select every apple that's follows a plate" or the answer would become bento>apple, plate+apple. This lesson is intended focus on the sibling selector so perhaps follows is best here.

@Mahdyrll
Copy link

Mahdyrll commented Dec 24, 2023

bento+apple, plate+apple
the code above actually worked for me

@AbsoluteValues
Copy link

just plate+ or plate+apple

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants