Simple project solution for CS test.
1st. JavaScript test.
Electrical engineering at Warsaw University of Technology;
Task:
1. Ask the user for his first name.
2. If the given name is "James" or "John", provide the following message to the content of page: "You're not welcome! So sad :<"
3. For any other name, provide the following message to the content of page: "Hello {name}. Have a nice day :>"
Write JavaScript code to complete the above task.