The files in this repository are used for my assignment for JavaScript and the Document Object Model (DOM).
Overview:
For this assignment, I created an HTML web page and linked it to 3 JavaScript files to manipulate and style elements of the HTML web page. All tasks completed are notated prior to the code to indicate what objective is being completed by the code. An individual JavaScript file was created for each of the 3 parts of the assignment. Below is a list of all files included and a description of the file's contents.
| Files: | Description: |
|---|---|
| README.md | Currently viewing this file, contains an overview of the assignment and a list of files included with descriptions. |
| instructions.txt | Copy of the tasks required to be completed for the assignment with a completion status for each task. |
| assignment.html | HTML document linked to the JavaScript files for access to the console for verification of results. |
| document_manipulation.js | JavaScript file containing the code that completes all tasks under section 'Document Manipulation with JavaScript'. |
| form_manipulation.js | JavaScript file containing the code that completes all tasks under section 'Form Manipulation with JavaScript'. |
| styling.js | JavaScript file containing the code that completes all tasks under section 'Styling with JavaScript'. |