Step 1
Similar to the previous lesson, this one is designed as a coding exercise. However, we will spend some time exploring the starter code.
Clone the starter code:
git clone https://github.com/cs280fa22/05-payment-app-starter
The starter code contains the following files:
.gitignore.nojekyllLuhn Algorithm.pdfREADME.mdindex.htmlscript.js
We will review the index.html and script.js files in the following sections.