GCEA 2026

JavaScript adds interactivity to web pages but can be intimidating, especially for the aesthetically oriented student. Artificial intelligence (AI) chat programs can write JavaScript that a beginning web designer may not be able to write on their own.

This page links to some examples of JavaScript written by ChatGPT. Click the thumbnail to view the page, which includes the AI prompt used to write the JavaScript.

Page 1
Expandable Portfolio When a thumbnail image is clicked, it expands for easier viewing.
Page 2
Check/Uncheck All Boxes Readers can check or uncheck all checkboxes in a form.
Page 3
Accessibility Buttons to print page, increase contrast, and reset contrast.
Page 3
Loan Calculator Calculates the monthly payment for a loan of a specified amount, interest rate, and time.
Page 4
Password-Protected Page Readers must enter a supplied password to see the protected component of the page.
Page 5
Form Cookie Readers can save their form data in a browser cookie and recall it.