fix: first sentence in step 32 JS course. (#48789)

* fix: first sentence in step 32 JS course.

* Update curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62fc20387ef88d1d1998aac5.md

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
This commit is contained in:
Walid Mouaaouia
2022-12-20 16:35:45 +01:00
committed by GitHub
parent 68cbfb77e8
commit f91b71a74c

View File

@@ -7,7 +7,7 @@ dashedName: step-32
# --description--
Use `querySelector()` to get the other two button elements, using their `#button2` and `#button3` `id`s. Store them in variables called `button2` and `button3`. Remember to use `const`.
Use `querySelector()` to get the other two `button` elements using their `id`s: `button2` and `button3`. Store them in variables called `button2` and `button3`. Remember to use `const`.
# --hints--