Podcast
Questions and Answers
In JavaScript, what does the following code output to the Console Window?
In JavaScript, what does the following code output to the Console Window?
- NaN
- true
- false (correct)
- undefined
Is JavaScript case-sensitive?
Is JavaScript case-sensitive?
- Not always
- Depends on the browser
- True (correct)
- False
In which layer of the TCP/IP protocol does HTTP (HyperText Transfer Protocol) fit?
In which layer of the TCP/IP protocol does HTTP (HyperText Transfer Protocol) fit?
- Transport layer
- Network access layer
- Internet layer
- Application layer (correct)
Which of the following are not HTTP methods?
Which of the following are not HTTP methods?
What is the result of the expression $5^3 - 4 imes (7 - 4)$?
What is the result of the expression $5^3 - 4 imes (7 - 4)$?