mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-07-16 21:27:57 +08:00
refactor(curriculum): expand the editable region in Decimal to Binary workshop Step 18 (#62309)
This commit is contained in:
parent
0ce17abdd4
commit
0e08e2dd09
@ -201,11 +201,11 @@ const numberInput = document.getElementById("number-input");
|
||||
const convertBtn = document.getElementById("convert-btn");
|
||||
const result = document.getElementById("result");
|
||||
|
||||
--fcc-editable-region--
|
||||
const decimalToBinary = (input) => {
|
||||
--fcc-editable-region--
|
||||
|
||||
--fcc-editable-region--
|
||||
};
|
||||
--fcc-editable-region--
|
||||
|
||||
const checkUserInput = () => {
|
||||
if (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user