Saved Bookmarks
| 1. |
How to create an object in typescript? |
|
Answer» In Typescript, an object is USED to store a set of key-value pairs. FOLLOWING is a syntax for CREATING an object in Typescript: ExampleVAR object_name = { |
|