conventions.io

Tech Challenge

2026-07-22

🟨

Daily Tech Challenge

JavaScript

medium
Question 1 of 5

What does this code log to the console?

Example
console.log(
  parseInt === Number.parseInt,
  parseFloat === Number.parseFloat
);

Wednesday, July 22, 2026 · A new challenge drops every day