https://github.com/suptarr/creditcardchecker
Using my knowledge of JavaScript functions and loops to handle multiple credit cards at a time.
https://github.com/suptarr/creditcardchecker
javascript
Last synced: 11 months ago
JSON representation
Using my knowledge of JavaScript functions and loops to handle multiple credit cards at a time.
- Host: GitHub
- URL: https://github.com/suptarr/creditcardchecker
- Owner: SupTarr
- Created: 2023-09-19T12:34:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T15:03:00.000Z (almost 3 years ago)
- Last Synced: 2025-06-29T22:38:17.213Z (about 1 year ago)
- Topics: javascript
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Credit Card Checker
## About The Project
This project was completed as part of `Codecademy's Career Path - Front-End Engineer`. In this project, the company that you work for suspects that `credit card` distributors have been mailing out cards that have invalid numbers. You have the role of a clerk who checks if credit cards are valid.
Every other clerk currently checks using pencil and paper, but you’ll be optimizing the verification process using your knowledge of `functions` and `loops` to handle multiple credit cards at a time. Unlike the other clerks, you can spend the rest of your time relaxing!
## Technologies
This project was created with:
- JavaScript
## Installation
### Run Locally
Clone the project
```sh
git clone https://github.com/SupTarr/creditCardChecker.git
```
To see the result on terminal
```sh
node main.js
```