A tool to help web developers debug faster, cut down syntax, shows more information important to the developer NB still under development, functions are still quite a few
- console.log() faster with log().
log("Hello World")
Hello world
- check array using ViewList(Array), checks if is array and displays results in a table.
ViewList(hospital_data);
- Check if server or remote resource is available online("requast url").
online('https://jsonplaceholder.typicode.com/todos/1')
- See returned JSON data from fetch request JsonData("request url").
JsonData('https://jsonplaceholder.typicode.com/todos/1')