You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: getTable() function to return table string instead of printing …
…it (#16)
* Create exported function getTable to return created table instead of just printing it.
* fix(missing-semicolon): Update missing semicolon on index.js and commit package-lock.json
* feat(return): Create new functions to return the created table string instead of printing it.
* fix(): fix formatting and minor bugs in some test cases
* Update README.md
* Update README.md