en.javascript.info/1-js/2-first-steps/02-external-script/1-hello-alert-ext/task.md
Ilya Kantor 88bd9889a2 work
2016-05-26 12:43:54 +03:00

277 B

importance: 5


Show an alert with an external script

Take the solution of the previous task info:task/hello-alert. 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.