GUESSING GAME The computer can guess the number using the randomNum function already provided in the jsbin. You need to PROMPT a player to guess a number between 1 and 100. Compare the user's number to the computer's number and PROMPT the user IF it is too high telling the user that it is too high and to try a lower number ELSE IF the number is too low tell the user that it is too low and to try a higher number ELSE CONFIRM they guessed it and tell them what the number was. CALENDAR GENERATOR I created a list of information about each month. After obtaining the names of each month, number of days in the month, and the days of the week, I used this information to create a calendar. UFO DATA There have been UFO sightings in Cookeville!Print out the UFO sightings that happened in Cookeville, and make sure your search is case-insensitive.Create a unique list of all the shapes that were reported.The resulting array should not have any duplicate values.All the items in the array should be lowercase. MOCK CHAT Let's create a fake chat window! We want to create a little app that looks like a text app or chat window, where every few seconds, a new message pops up. TIC-TAC-TOE Let's play tic-tac-toe! Click on a box to make your first move! OLYMPICS - PAGE CHANGING CONTENT Demonstrate how you can change content on a webpage by using jQuery. CALCULATOR PART 1 Let's get this calculator working with jquery and javascript. When you click a button it should show up in the calculation container. When you click the equals button it should calculate any numbers and math operators found in the calculation container and put the total in the answer container. CALCULATOR PART 2 Let's work on local storage and event listening. DOTS GAME 1.Click on dots that connect by color, all of the adjacent dots of one color 2.Click the button to submit group of dots 3.Those dots are cleared from the board. 4.You score 1 point per dot cleared and 5 additional points for more than 5 dots per group submitted. 5.New randomly colored dots will replace the dots cleared TTU FLAPPY GAME Select two functions from the TTU Flappy Eagle Game. Document the functionality and purpose for each line in the functions.
GUESSING GAME The computer can guess the number using the randomNum function already provided in the jsbin. You need to PROMPT a player to guess a number between 1 and 100. Compare the user's number to the computer's number and PROMPT the user IF it is too high telling the user that it is too high and to try a lower number ELSE IF the number is too low tell the user that it is too low and to try a higher number ELSE CONFIRM they guessed it and tell them what the number was.
CALENDAR GENERATOR I created a list of information about each month. After obtaining the names of each month, number of days in the month, and the days of the week, I used this information to create a calendar.
UFO DATA There have been UFO sightings in Cookeville!Print out the UFO sightings that happened in Cookeville, and make sure your search is case-insensitive.Create a unique list of all the shapes that were reported.The resulting array should not have any duplicate values.All the items in the array should be lowercase.
MOCK CHAT Let's create a fake chat window! We want to create a little app that looks like a text app or chat window, where every few seconds, a new message pops up.
OLYMPICS - PAGE CHANGING CONTENT Demonstrate how you can change content on a webpage by using jQuery.
CALCULATOR PART 1 Let's get this calculator working with jquery and javascript. When you click a button it should show up in the calculation container. When you click the equals button it should calculate any numbers and math operators found in the calculation container and put the total in the answer container.
DOTS GAME 1.Click on dots that connect by color, all of the adjacent dots of one color 2.Click the button to submit group of dots 3.Those dots are cleared from the board. 4.You score 1 point per dot cleared and 5 additional points for more than 5 dots per group submitted. 5.New randomly colored dots will replace the dots cleared
TTU FLAPPY GAME Select two functions from the TTU Flappy Eagle Game. Document the functionality and purpose for each line in the functions.