saig-web-techmastery-qizz

saig-web-techmastery-qizz

University

20 Qs

quiz-placeholder

Similar activities

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

Web integral

Web integral

University

15 Qs

ข้อสอบ Adobe Dreamweaver CS6

ข้อสอบ Adobe Dreamweaver CS6

University

20 Qs

PWA Progress Web Aplication

PWA Progress Web Aplication

University

20 Qs

SASS and NPM Quiz

SASS and NPM Quiz

University

20 Qs

APA1-Week2-assignment2-quiz

APA1-Week2-assignment2-quiz

University

17 Qs

FSD

FSD

University

15 Qs

Quiz Node.js + Express (Nivel Básico)

Quiz Node.js + Express (Nivel Básico)

University

20 Qs

saig-web-techmastery-qizz

saig-web-techmastery-qizz

Assessment

Quiz

Computers

University

Medium

Created by

Tamtikorn Kietipungchai

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ในการสร้าง API ด้วย Node.js และ Express.js เราควรใช้ middleware ใดเพื่อจัดการกับข้อมูล JSON ที่ส่งเข้ามาใน request body?

express.static()

express.json()

express.urlencoded()

express.Router()

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

เราควรใช้คำสั่งใดในการติดตั้ง Express.js ในโปรเจ็กต์ Node.js?

npm install node

npm install express-api

npm install express

npm install express-js

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ใน Express.js, คำสั่งใดใช้สำหรับกำหนดเส้นทาง HTTP GET?

app.get()

app.request()

app.GET()

app.Get()

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ในการส่ง response กลับไปยัง client ด้วยข้อความ "Hello, World!" ใน Express.js เราจะใช้คำสั่งใด?

res.send("Hello, World!")

res.end("Hello, World!")

res.write("Hello, World!")

res.text("Hello, World!")

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ในการกำหนดพอร์ตที่ Express.js จะรัน เราใช้คำสั่งใด?

app.set('port', 3000)

app.listen(3000)

app.run(3000)

app.bind(3000)

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ใน HTML, แท็กใดใช้สำหรับแสดงรูปภาพ?

<image>

<picture>

<img>

<src>

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ใน JavaScript, คำสั่งใดใช้สำหรับสร้างตัวแปรที่ค่าไม่สามารถเปลี่ยนแปลงได้?

let

var

const

fixed

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?