Text Strings and String Methods
Counting Characters
Close Enough
What is the name of the eighth studio album by the group Blue Oyster Cult, released in 1981?
- create 1 question quiz asking about movie, show, song, with the answer at least 4 words
- if all words are included in response, they get 1 point
- if all words are in the right order, 2 points
hexadecimal overkill
- script asking for simple input of hex color code
- based on choice, the background changes to match
- if blank, the script will direct attention with focus and a sample hex code will be input
- can enter 3char or 6char hex code
- output will say which was chosen
- should be able to use # or not - remind if they forget to include
- if they type invalid code- politely educate the user on how to make hex code
- output should show hex in all caps, with hashmark,
extra credit hex overkill with regex