6 lines
173 B
JavaScript
6 lines
173 B
JavaScript
/* If you're feeling fancy you can add interactivity
|
|
to your site with Javascript */
|
|
|
|
// prints a message in the browser's dev tools console
|
|
console.log("Hello 🌎");
|