startit/the_good_parts/script.js

5 lines
63 B
JavaScript
Raw Normal View History

2024-08-30 11:51:33 +02:00
hello();
function hello() {
console.log('Hello World!');
}