Im having trouble doing a few things in javascript I dont get how you save the files and like combine them.
I need to make all of these in java script and from what i find online its not helping me.
I need to make a:
Form Memory - Create a 'search' box on a web page that remembers the last query a user searched for.
Splash Window - Many websites display an initial window that hovers over the main text of the page until the user turns it off. This window may contain ads, navigation, or useful content.
Color Picker - No one likes figuring out the hex value for their favorite color. Create a page where a user can click on a color, and the hex code appears.
These are the main ones. I was told these are the hardest ones to do.
Image Gallery (difficult) - Extend the image of the day program to support multiple pictures per day.
Tic-Tac-Toe (difficult) - Everyone likes games.
Clue: Use the src property of a set of images to switch them based on
If anyone can help i really appreciate it!
I need to make all of these in java script and from what i find online its not helping me.
I need to make a:
Form Memory - Create a 'search' box on a web page that remembers the last query a user searched for.
Splash Window - Many websites display an initial window that hovers over the main text of the page until the user turns it off. This window may contain ads, navigation, or useful content.
Color Picker - No one likes figuring out the hex value for their favorite color. Create a page where a user can click on a color, and the hex code appears.
These are the main ones. I was told these are the hardest ones to do.
Image Gallery (difficult) - Extend the image of the day program to support multiple pictures per day.
Tic-Tac-Toe (difficult) - Everyone likes games.
Clue: Use the src property of a set of images to switch them based on
If anyone can help i really appreciate it!
Comment