Greeting
About me
Blog
Tags
[typescript]type array
Tue Feb 11
typescript
Author:Noritaka
const fruits: string[] = ['Apple', 'Banana', 'Grape',];
typescript