Web & UI
JavaScript
A powerful scripting language that runs in the browser, enabling dynamic content and interactivity on web pages.
Share this starting point
code.study/javascript
- Created by
- Brendan Eich
- First appeared
- 1995
- Official resource
- Visit the main website
Your first program
Hello, World!
console.log('Hello, World!');