TypeScript and Popular Framework

TypeScript and Popular Framework

Professional Development

20 Qs

quiz-placeholder

Similar activities

Pre test POWER BI

Pre test POWER BI

11th Grade - Professional Development

20 Qs

แบบทดสอบวิชาเทคโนโลยีสารสนเทศพื้นฐาน ม.4

แบบทดสอบวิชาเทคโนโลยีสารสนเทศพื้นฐาน ม.4

Professional Development

20 Qs

PPT

PPT

Professional Development

20 Qs

สื่อสิ่งพิมพ์.ปวช.3

สื่อสิ่งพิมพ์.ปวช.3

Professional Development

15 Qs

Digital literacy

Digital literacy

Professional Development

15 Qs

ข้อสอบหนังสือราชการ

ข้อสอบหนังสือราชการ

Professional Development

20 Qs

test technology 1

test technology 1

9th Grade - Professional Development

20 Qs

แบบทดสอบ Ai and Machine Learning

แบบทดสอบ Ai and Machine Learning

Professional Development

20 Qs

TypeScript and Popular Framework

TypeScript and Popular Framework

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Samit Koyom

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดคือข้อดีของการใช้ TypeScript เมื่อเทียบกับ JavaScript

ลดขนาดไฟล์โค้ด

การตรวจสอบประเภทข้อมูลก่อน runtime

รองรับการทำงานเฉพาะบนเบราว์เซอร์

เพิ่มประสิทธิภาพการทำงานของ CPU

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

คำสั่งใดใช้ในการติดตั้ง TypeScript

npm install typescript

npm init typescript

tsc install typescript

yarn create typescript

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ชนิดข้อมูลใดที่ใช้ใน TypeScript เพื่อกำหนดให้ตัวแปรมีค่าคงที่และไม่เปลี่ยนแปลง

var

let

const

readonly

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดคือตัวอย่างของ Type Alias ใน TypeScript

type User = { name: string, age: number }

interface User { name: string, age: number }

alias User = { name: string, age: number }

ถูกทุกข้อ

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ฟังก์ชันใน TypeScript ใช้คำสั่งใดเพื่อระบุประเภทของค่าที่คืนกลับ

returnType

void

: type

function type

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Next.js ใช้โครงสร้างใดสำหรับการ Routing

File-based Routing

Dynamic API Routing

Component-based Routing

Manual Routing

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ฟีเจอร์ใดของ Nuxt.js ใช้จัดการ State ภายในโปรเจกต์

Vuex

Pinia

Composition API

Vue Router

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?