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.
Web-Dev-For-Beginners/7-bank-project/3-data/translations/.github/post-lecture-quiz.hi.md

554 B

Complete this quiz by checking one answer per question.

  1. In a Single-page application, the HTML is loaded once and never updated:
  • true
  • false
  1. 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.
  1. What's the API name for sending asynchronous HTTP requests to a web server?
  • request()
  • fetch()
  • ajax()