Quick actions

cmd+k|ctrl+k

Navigation

Languages

Tipe data Array <number>

Snippet info

Language

TypeScript

Visibility

public

Author

ubaidillah.hf

Created

2021-09-25T13:38:57.487287Z

Updated

2021-09-25T13:38:57.487287Z

const hello : Array<number | string> = [1,3, "oke"]
console.log(hello)
INFO