Homework #1. SPBSTU. TypeScript. Shekel V.V.
Task:
- Create interfaces (describe the structure of arrays, objects, return types, parameters)
- In index.ts import files userinfo.ts , users.ts
- Set up webpack for assembly, include the index.ts file
- Add the contents of the usersPositions variable in the index.ts file to the console.log
console.log('userPositions', usersPositions)
- Build the project and connect the build file to the index.html page
- Locally, when you visit the index.html page, the console should display new objects