Organize projects and tasks with a clean UI — QuestBoard Project Manager

⚡ Plan • Prioritize • Track — no login, no backend.

QuestBoard Project Manager

LocalStorage keeps your data private. List & Kanban views, stats, and charts.

Open the App
Kanban, timelines, and charts — QuestBoard Project Manager

🧭 Single-user, offline & private — tasks, Kanban, charts.

QuestBoard — Manage Projects Fast

Built with Next.js & Bootstrap. Export/Import your data anytime.

Start Now
Print Hello World

Print Hello World

javascriptbeginnerhello worldconsolebasicscoding challenge

Challenge

Write a JavaScript statement that prints Hello, World! to the console.

Assume you are running the code in a modern web browser console. Choose the single best option.

Multiple Choice

  1. console.log("Hello, World!");
  2. alert("Hello, World!");
  3. document.getElementById("app").innerText = "Hello, World!";
  4. print("Hello, World!")