I want to check some javascript statements behavior quickly. Is there any build-in tool could make this? I just want to verify it in the javascript engine of IE. So other browser is not help here.
I want to check some javascript statements behavior quickly. Is there any build-in tool
Share
F12 opens a developer window in IE (>8 and up). At the top of the window you can change the IE version/mode. The javascript can be tested using the ‘script’ tab, within which you also find a ‘start debugging’ button and a command line (bottom right) which can be enlarged. You can use the latter to test individual js-statements.