1.2k views
3 votes
Help with scripting/coding questions!

Help with scripting/coding questions!-example-1
Help with scripting/coding questions!-example-1
Help with scripting/coding questions!-example-2
User Rizzes
by
4.9k points

1 Answer

6 votes

Answer:

Step-by-step explanation:

For the first questions the variable's name is Today, and is declared like a date variable, this will be returned a date value.

For the second question, where the browser will show today's date because with the variable Today, we get the date and with the document.write(Today) is shown the variable information.

With the third question, the result will be "Hello!", because the August is the 8 month, and July the 7, in this case the IF is False and for that will show "Hello!".

User Tyler V
by
5.0k points