conventions.io

Tech Challenge

2026-06-27

🟨

Daily Tech Challenge

JavaScript

medium
Question 1 of 5

What does this code log?

Example
const a = Array(3);
const b = Array.of(3);
console.log(a.length, b.length, b[0]);

Saturday, June 27, 2026 · A new challenge drops every day