Skip to content
Deepak Ramalingam edited this page Feb 17, 2023 · 7 revisions

About

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/)

Get Started

We will call JavaScript functions from index.html and rate-movie.html

Calling Scripts from index.html

We will implement these functions in index.js

Calling Scripts from rate-movie.html

We will implement these functions in index.js

Clone this wiki locally