Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- console.log("Hello World!");
- //hello world in js coded basically
- const long_example = (input1, input2) => {
- console.log("Hello, World!");
- const output = input1 + input2;
- return output;
- };
- //hello world in js coded complexly
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement