Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages