create the logic for a spreadsheet API that could do calculations based on the cells given in such a way where one cell could contain a math equation including the value of another cell.
Sigiloso
Resulted in writing in a recursive method in NodeJS with a getCell and setCell methods.