Answers for "how to empty an array typescript"

1

how to declare an empty array in typescript

public arrayName=[] as any;
Posted by: Guest on December-06-2021
3

initialize empty array typescript

let temp: Criminal[] = [];
Posted by: Guest on May-19-2020

Code answers related to "how to empty an array typescript"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language