conventions.io

Tech Challenge

2026-07-17

🟨

Daily Tech Challenge

JavaScript

medium
Question 1 of 5

What does this code log to the console?

Example
const arr = [1, [2, [3, [4]]]];
console.log(arr.flat());

Friday, July 17, 2026 · A new challenge drops every day