Web Development TypeScript Mcq
Oct 04, 2025

How do you declare a variable with explicit type in TypeScript?

Choose the correct answer:
A) let name = string
B) let name: string
C) let string name
D) string let name
Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback