Hello World
This tutorial shows you how to run your first JavaScript program with QuickJS-ng.Create a JavaScript file
Create a file named This is the simplest possible QuickJS program that prints output to the console.
hello.js with the following content:Next Steps
- Learn about embedding QuickJS
- Explore JavaScript modules
- Create native C functions