You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
571 B
571 B
Complete this quiz by checking one answer per question.
- In a Single-page application, the HTML is loaded once and never updated:
- true
- false
- Why is it important to not trust data coming from user input?
- because using special characters can make the UI ugly.
- because it can contain non-sense or offensive words.
- because it can be used as vector of attack to execute malicious scripts.
- What's the API name for sending asynchronous HTTP requests to a web server?
request()
fetch()
ajax()