Tech Challenge
2026-06-17
🟨
Daily Tech Challenge
JavaScript
medium
Question 1 of 5
What does this code log to the console?
Example
const a = [1, 2, 3]; console.log(typeof a, Array.isArray(a), a instanceof Array);
Wednesday, June 17, 2026 · A new challenge drops every day