Homework #1. SPBSTU. TypeScript. Shekel V.V.

Task:

  1. Create interfaces (describe the structure of arrays, objects, return types, parameters)
  2. In index.ts import files userinfo.ts , users.ts
  3. Set up webpack for assembly, include the index.ts file
  4. Add the contents of the usersPositions variable in the index.ts file to the console.log
    console.log('userPositions', usersPositions)
  5. Build the project and connect the build file to the index.html page
  6. Locally, when you visit the index.html page, the console should display new objects

result: open the console