From 2611cc0602e5bbc56dadd63d04f8504f750221d7 Mon Sep 17 00:00:00 2001 From: MarieMalarme Date: Fri, 19 Jun 2020 00:17:11 +0100 Subject: [PATCH] Updated the subject --- subjects/get-them-all/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/get-them-all/README.md b/subjects/get-them-all/README.md index 13602d5a..0c2d3238 100644 --- a/subjects/get-them-all/README.md +++ b/subjects/get-them-all/README.md @@ -4,10 +4,10 @@ You've been attributed the task to find the main architect of the Tower of Pisa before he achieves his plans, avoiding us nowadays all those lame pictures of people pretending to stop it from falling. -Launch the provided HTML file in the browser to begin your investigation. You arrive at the architects' chamber to find him, but all you have in front of you is a bunch of unknown people. Step by step, with the little information you have, gather information and figure out by elimination who he is. +Launch the provided HTML file in the browser to begin your investigation.
On top of the webpage, each of the four buttons fires a function which has to return an array containing 2 arrays of HTML elements (except for the last function): the targetted people, and the others eliminated at that step - the ones previously eliminated mustn't be included. - Write the body of the `getArchitects` function, which targets the architects, all corresponding to a `` tag, and eliminates all the non-architects people.