en.javascript.info/1-js/02-first-steps/01-hello-world/2-hello-alert-ext/task.md
cpxPratik f7490c3c91 Update task.md
Fix typo.
2017-04-25 13:03:49 +05:45

276 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, ensure that the alert works.