mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-20 04:01:32 -04:00
refactor(curriculum): expand the editable region in Decimal to Binary workshop Step 18 (#62309)
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user