So I have a simple question regarding step 103 -Learn Recursion by Building a Decimal to Binary Converter.
My question is why do we not use quotes within the .getElementById() section on this step? I thought we always provided a string for use within .getElementById()?
here is a link to the step in question: Learn Recursion by Building a Decimal to Binary Converter: Step 103 | freeCodeCamp.org