utils
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v100View latest version
Do one task at a time. Start the task. Confirm it works in the browser. Mark it done. Do the tasks in order.
- Improve the spacing/layout of the left-sidebar
- Bug: when you click on a function in a narrow width screen, the sidebar overlays the content.
- Bug: We need to remove the
jscode string from examples - The Parameters, Returns, and Example sections need to be headers
- The parameters need to be named in the parameter section.
- In the parameters section, any code should be syntax-highlighted.
- Add precise type information for all inputs and outputs. Users should know exactly every field of every input and every output type.
- The note about file-system access belongs both at the top of the docs and also briefly mentioned in the readfile and listfile functions too. You keep skipping it. Actually do it this time.
- Redo all examples in the docs as jsdoc examples?
- Make all the tests jsdoc examples?
