conventions.io

Tech Challenge

2026-07-07

🟨

Daily Tech Challenge

JavaScript

medium
Question 1 of 5

What does this code log to the console?

Example
console.log('ab'.repeat(3), 'x'.repeat(0), '-'.repeat(2.9));

Tuesday, July 7, 2026 · A new challenge drops every day