mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
+1
-1
@@ -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--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user