Mid-term Worksheet Q1. Circle the correct answer for each of the following: 1-What is Node.js mainly used for? a-Building mobile apps b-Writing frontend code c--Server-side programming d-Designing graphics 2-Which of the following is a common use case for Node.js? a-Data analysis b-Building web servers c-Creating animations d-Game development 3- Which method is typically used to send data from an HTML form to Node.js? a-GET b-POST c-PUT d-DELETE 4- What method is used to display data after form submission in Node.js? a-res.render() b- console.log() c- res.send() d-sendData() 5-What programming language is Node.js built on? a-Python b-JavaScript c-Ruby d-Java ...
Comments
Post a Comment