en.javascript.info/1-js/2-first-steps/2-external-script/1-hello-alert-ext/task.md
Ilya Kantor 8ba2c6b17c en
2015-08-17 12:41:38 +03:00

271 B

Show an alert with an external script

[importance 5]

Take the solution of the previous task . Modify it by extracting the script content into an external file alert.js, residing in the same folder.

Open the page, ensures that the alert works.