Learn Recursion by Building a Decimal to Binary Converter - Step 7

Tell us what’s happening:

Step 7

If you open your browser’s console and type in the number input, you’ll see event objects logged to the browser. And if you take a closer look at one of those event objects, you’ll see helpful properties like type and target.

Is this what I suppose to see?
Because that what I only see whenever I type anything:

Console

{ isTrusted: [Getter] }
{ isTrusted: [Getter] }
{ isTrusted: [Getter] }
{ isTrusted: [Getter] }
{ isTrusted: [Getter] }

// User Editable Region

});


### Your browser information:

User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36</code>

### Challenge Information:
Learn Recursion by Building a Decimal to Binary Converter - Step 7
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-recursion-by-building-a-decimal-to-binary-converter/step-7
1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.