-
Notifications
You must be signed in to change notification settings - Fork 0
4. JS
Deepak Ramalingam edited this page Feb 17, 2023
·
7 revisions
We will use JS to add code to our pages. Specifically, we will add movie reviews to our database and we will query them from our database. We will also retrieve input from HTML elements.
Good resource to learn JS: [https://www.w3schools.com/js/)
We will call JavaScript functions from index.html
and rate-movie.html
We will implement these functions in index.js
We will implement these functions in index.js