https://github.com/ramirezjm/module_4_coding_assignment
Module 4 Coding Assignment / Johns Hopkins University Web Development
https://github.com/ramirezjm/module_4_coding_assignment
html5 javascript modularization
Last synced: 10 months ago
JSON representation
Module 4 Coding Assignment / Johns Hopkins University Web Development
- Host: GitHub
- URL: https://github.com/ramirezjm/module_4_coding_assignment
- Owner: RamirezJM
- License: mit
- Created: 2025-03-06T14:41:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T03:11:05.000Z (about 1 year ago)
- Last Synced: 2025-06-16T04:37:30.796Z (about 1 year ago)
- Topics: html5, javascript, modularization
- Language: JavaScript
- Homepage: https://ramirezjm.github.io/Module_4_Coding_Assignment/
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Module_4_Coding_Assignment
Module 4 Coding Assignment / Johns Hopkins University Web Development
https://ramirezjm.github.io/Module_4_Coding_Assignment/
[](https://choosealicense.com/licenses/mit/)


The idea of this assignment is to take an existing array of names
and then output either Hello 'Name' or Good Bye 'Name' to the console.
The program should say "Hello" to any name except names that start with a "J"
or "j", otherwise, the program should say "Good Bye".