Carpaccio programming JS
jlandure
25.2K views
Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Step 1
You're are able to set up a simple program displaying the basic output Hello World
Can you create an Hello World program?
1
2
3
4
5
6
// Hi, there
// use console.log to print something
module.exports = (nbItems, pricePerItem, state) => {
};
Enter to Rename, Shift+Enter to Preview
It's the first step for our program: print something in the output without handling input.
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content