Your goal for this section is to tinker around on the New York Times website and change a few things to make it your own.
https://boards.greenhouse.io/thenewyorktimes
Answer: font: is a svg image, a logo
Answer: font-family: nyt-cheltenham, georgia, 'times new roman', times, serif;
Answer: font-family: 'nyt-franklin', Arial, Helvetica, sans-serif;
Answer: font-family: nyt-cheltenham, georgia, 'times new roman', times, serif;
Change to: Web Design DeCal
Change to: My breakfast is toasted Chinese dumpling
Change to: Todo list
Change to: Uh Now, My final projects are mixed!
x
and assign it any integer value you want. Enter this line of code
into the console and press enter.y
. Type this line of code
into the console as well.y
. Then, divide y
by 3.x
that you initially had from the variable y
and assign it to
the variable magicNum
. Now print out this final magic number by using console.log()
.
magicWord
and assign it the value of the string with your name
concatenated with the magic number. Print out this string in the console as well.