JavaScript Developer — Hard
Key points
- `Object.keys()` returns only enumerable properties
- Non-enumerable properties are not included in the output
- The 'y' property is not enumerable in this code
- The 'x' property is enumerable and will be included in the output
Ready to go further?
Related questions
