CodeArchaeology
  • Home
  • Languages
  • Encyclopedia
  • Blog
  • Getting Docker
  • About

Nodejs

Hello World in JavaScript

December 14, 2025 javascripthello-worldbeginnergetting-startednodejs

Every programming journey starts with Hello World. JavaScript makes this remarkably simple - just one line using the console.log() function.

The Code

Create a file named hello.js:

1
console.log( …

Read more →

CodeArchaeology

Exploring programming languages from the popular to the obscure - proving they all still run on modern machines

Quick Links

  • Home
  • Languages
  • Encyclopedia
  • Blog
  • Getting Docker
  • About

Recent Languages

  • ChaiScript
  • Cairo
  • C/C++ Preprocessor
  • Bzip2
  • C Shell

© 2026 CodeArchaeology. All rights reserved.

Built with Hugo | Examples on GitHub