how to assign 2nd and 3rd of an array to variables ts code example
Example 1: how to declare a boolean in typescript
let isDone: boolean = false;
Example 2: typescript array
let list: number[] = [1, 2, 3];
let isDone: boolean = false;
let list: number[] = [1, 2, 3];