Answer the question
In order to leave comments, you need to log in
The variable is used before it is declared - why?
import { UIBlock } from './person';
let a: UIBlock;
a.items = [1,2,30];
a.name = "d";
console.log(a);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question