From 2be180d7f5902bb90d1e396fa3b8d67541b2c5bb Mon Sep 17 00:00:00 2001 From: Mariani Giacomo <mariang1@t31300-lr138.org.aalto.fi> Date: Wed, 25 Mar 2020 13:15:50 +0200 Subject: [PATCH] updated queryselectorall exercise --- content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.js b/content.js index f1f8975..48cde7b 100644 --- a/content.js +++ b/content.js @@ -416,7 +416,7 @@ let Content = { maxPoints: 10, title: "Select and modify the right element", description: "", - concepts: ["JavaScript", "querySelectorAll", "id"], + concepts: ["JavaScript", "querySelectorAll", "id", "innerText"], order: 13 }, -- GitLab