https://github.com/mtapirina/javascript_syntax_challenge
Javascript Syntax: Codecademy Challenge Projects
https://github.com/mtapirina/javascript_syntax_challenge
codecademy-pro javascript
Last synced: about 1 month ago
JSON representation
Javascript Syntax: Codecademy Challenge Projects
- Host: GitHub
- URL: https://github.com/mtapirina/javascript_syntax_challenge
- Owner: mtapirina
- Created: 2023-10-05T07:04:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T18:42:51.000Z (over 2 years ago)
- Last Synced: 2025-01-19T14:22:55.809Z (over 1 year ago)
- Topics: codecademy-pro, javascript
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### javascript_syntax_challenge
# Javascript Syntax: Codecademy Challenge Projects:
Challenge Project: Credit Card Checker
--------------------------------------
Context: The company that you work for suspects that credit card distributors have been mailing out cards that have invalid numbers.
In this project, 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!
_In order to complete this project, you should have completed the first few sections of Introduction to JavaScript (through Learn JavaScript: Loops)_
Challenge Project: Mysterious Organism
------------------------------------
Project Goals
Context: You’re part of a research team that has found a new mysterious organism at the bottom of the ocean
near hydrothermal vents. Your team names the organism, Pila aequor (P. aequor), and finds that it is only
comprised of 15 DNA bases. The small DNA samples and frequency at which it mutates due to the
hydrothermal vents make P. aequor an interesting specimen to study. However, P. aequor cannot
survive above sea level and locating P. aequor in the deep sea is difficult and expensive.
Your job is to create objects that simulate the DNA of P. aequor for your research team to study.
_In order to complete this project, you should have completed the first few sections of Introduction
to JavaScript (through Learn JavaScript: Objects)_