W3Schools JavaScript
For this assignment, I took the W3Schools JavaScript Tutorial. In the tutorial, I learned how to use the JavaScript method getElementById() to find HTML elements and modify their contents. In addition, I learned that to insert JavaScript code directly into an HTML file, I can insert the code in between <script> and </script> tags. After learning about other JavaScript basics, such as syntax, operators, datatypes, and functions, I took the w3schools JavaScript quiz and earned a 100%.