fix(curriculum): update instructions of Decimal to Binary Converter step 104 (#57846)

Co-authored-by: Sem Bauke <sem@freecodecamp.org>
This commit is contained in:
Ibrahim Khan 2025-01-04 04:27:10 -06:00 committed by GitHub
parent dc5fad17cc
commit 07f1b554ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ dashedName: step-104
Now that you've targeted the correct element, you can update its text after the delay you specified earlier.
Using the `.getElementById()` method, set the `textContent` property of the targeted element equal to the `msg` property of the current object.
Set the `textContent` property of the targeted element equal to the `msg` property of the current object by using property chaining on your `.getElementById()` method directly.
# --hints--