Implementing JavaScript
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".
Hard version displays the output in the webpage and can be accessed at: https://kishanpatel98.github.io/Module-4-HTML-CSS-Javascript-for-Web-Developers-Coding-Assignment/harder/index.html