refactor(curriculum): expand the editable region in Decimal to Binary workshop Step 18 (#62309)

This commit is contained in:
Amit Upadhyay
2025-09-22 20:14:12 +05:30
committed by GitHub
parent 0ce17abdd4
commit 0e08e2dd09

View File

@@ -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 (