// Hello, World! in JavaScript
// This is your first JavaScript program running on Node.js
console.log("Hello, World!"); // Print text to the console
// More examples you can try:
// console.log("Sum:", 2 + 3); // Math
// console.log([1,2,3].map(x => x*2)); // Arrays
// console.log(typeof "hello"); // Data types
JavaScript
1 line
Ln 1, Col 1
UTF-8
Terminal
Connecting…
›
AI Explanation
gpt-4o
Loading…
🔗 Share this Code
Saving your code and explanation…
⚡ EduSeekho Online JavaScript Compiler
A free, browser-based AI-powered JavaScript compiler — write, run, and understand JavaScript code instantly without installing anything. Powered by GPT-4o for smart code generation and step-by-step AI explanations.