{}
BLACK NOVEMBER
Are you struggling to build your coding confidence or land your first job? Fast-track to your first pay-check. Start PRO
BLACK NOVEMBER
Fast-track to your first pay-check. Start PRO
run-icon
main.js
// Online Javascript Editor for free // Write, Edit and Run your Javascript code using JS Online Compiler const object = { key: 1, "key key": 2, 3: 3, [() => undefined]: 4, }; console.log(Object.keys(object));
Output