logo

Crowdly

Browser

Add to Chrome

Node.js Який з цих рядків спричинить помилку компіляції TypeScript? interface Us...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Node.js

Який з цих рядків спричинить помилку компіляції TypeScript?

interface User {

readonly id: number;

name: string;

age?: number;

}

const u: User = { id: 1, name: 'А', createdAt: new Date() } as any;

100%
0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on learn.ztu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome