Tech Challenge
2026-08-21
🟨
Daily Tech Challenge
JavaScript
medium
Question 1 of 5
What two lines does this code log?
Example
const ts = Date.UTC(2026, 8, 1); console.log(typeof ts); console.log(new Date(ts).toISOString());
Friday, August 21, 2026 · A new challenge drops every day