Link to home
Start Free TrialLog in
Avatar of Eduardo Fuerte
Eduardo FuerteFlag for Brazil

asked on

Could you point an IDE that allows to run Javascript code resembling a browser?

Hi Experts

Could you point an IDE that allows to run  Javascript code resembling a browser?

Pointing also how to use that feature inside it.

Thanks in advance.
Avatar of leakim971
leakim971
Flag of Guadeloupe image

just google "use chrome debugger as ide"
There are no IDEs that really resemble a browser.

To resemble a browser, use a browser, as leakim971 suggested.
ASKER CERTIFIED SOLUTION
Avatar of Scott Fell
Scott Fell
Flag of United States of America 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
Avatar of Eduardo Fuerte

ASKER

After some search I found this site fidle and VSCode that I think is the best option since it could interpret JS.