3 lines
71 B
JavaScript
3 lines
71 B
JavaScript
|
console.log('Hello from script.js!');
|
||
|
alert('JavaScript is working!');
|