conventions.io

Tech Challenge

2026-07-12

🟨

Daily Tech Challenge

JavaScript

medium
Question 1 of 5

What does this code log to the console?

Example
console.log(typeof foo, typeof bar);
function foo() {}
var bar = function () {};

Sunday, July 12, 2026 · A new challenge drops every day