From 0e08e2dd09eb10211e036e28cf248671bed568ad Mon Sep 17 00:00:00 2001 From: Amit Upadhyay <78224774+ppl-call-me-tima@users.noreply.github.com> Date: Mon, 22 Sep 2025 20:14:12 +0530 Subject: [PATCH] refactor(curriculum): expand the editable region in Decimal to Binary workshop Step 18 (#62309) --- .../6448b4107aadc110a6ab4f65.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 (