Skip to content

A tool to help web developers debug faster, cut down syntax, shows more information important to the developer

License

Notifications You must be signed in to change notification settings

zaynekomichi/FastDebug-Js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastDebug-Js

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

Functions

  • 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')

About

A tool to help web developers debug faster, cut down syntax, shows more information important to the developer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published