An open API service indexing awesome lists of open source software.

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

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/

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
![Static Badge](https://img.shields.io/badge/HTML5-%23f06529)
![Static Badge](https://img.shields.io/badge/Javascript-%23f0db4f)

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".