Podcast
Questions and Answers
Which of the following is an example of a JSON format?
Which of the following is an example of a JSON format?
- XML
- HTML
- CSS
- JavaScript (correct)
Which one of these is NOT a valid data type in JavaScript?
Which one of these is NOT a valid data type in JavaScript?
- Function (correct)
- String
- Boolean
- Number
What is the purpose of using escape characters in programming?
What is the purpose of using escape characters in programming?
- To increase the speed of the code
- To ignore certain characters in the code (correct)
- To make the code more readable
- To add spaces in the code