Link to home
Start Free TrialLog in
Avatar of alexmac05
alexmac05Flag for United States of America

asked on

javascript console for an API I use - I see this message To start using the the dev tools, run app.help() (How do i utilize this?)

To start using this API's dev tools, run app.help()

I tried putting this into a jquery ready function but that gives me an error that app isn't defined. How do I use these dev tools?

 $(function() {
       console.log("READY!");
       app.help();
       
    });

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial