A better way to study IT foundations together.

Start a room, share the code, and let every answer count. Built for quick games with friends, teams, and classrooms.

Round 03 00:18

JavaScript

What would this code return?

(() => {})();

A Error B Null C Undefined D Empty String