Intern — Middle
Creating a table as an object structure
livecode
Task condition
It is required to implement a table by representing it as an object. You need to create an object that will store data in the form of rows and columns, and access to individual cells should be through the properties of the object. You may rename variables if necessary, but the code should remain unchanged.