diff --git a/curriculum/challenges/english/blocks/workshop-decimal-to-binary-converter/6448b4107aadc110a6ab4f65.md b/curriculum/challenges/english/blocks/workshop-decimal-to-binary-converter/6448b4107aadc110a6ab4f65.md index ffc2db5fa78..12a31950f3e 100644 --- a/curriculum/challenges/english/blocks/workshop-decimal-to-binary-converter/6448b4107aadc110a6ab4f65.md +++ b/curriculum/challenges/english/blocks/workshop-decimal-to-binary-converter/6448b4107aadc110a6ab4f65.md @@ -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 (