For this project you will be building a generic website that will seem to ask mundane questions to normal users, but you secretly are looking for a spy! Anyone visiting your website will be asked a series of questions, only the Spy will be able to give specific answers you expect. If all questions are answered correctly, you will post a secret message in console for the Spy to read!
Here are the four conditions you will check for the spy:
We are going to leave this project a little more open-ended, but if you feel like you need more guidance, check out the solution walkthrough videos! But believe it or not, we've actually covered everything you need to know to complete this task. I would suggest you use Javascript to prompt the user for information and set these to variables. Then use these variables to check for the four conditions to all be true. It's up to you what the secret message is!
A spy with the following information should see your secret message:
Keep in mind you can ask the question prompts in whatever order you want, you can even separate asking for first name and then another prompt for last name
Also remember to switch out the script src to your own .js file! Right now it's connected to Part8.js which contains the solutions