Skip to main content
๐Ÿ”ฎ Output PredictionJS JavaScript Medium+20 XP

Object Keys

What does this log?

JavaScript
const obj = { 1: "a", 2: "b", 3: "c" };
console.log(Object.keys(obj));

๐Ÿ”ฎ What is the output?

Priygop - Leading Professional Development Platform | Expert Courses & Interview Prep