Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript and Windows

I noticed that if I have a .js file in windows explorer (not Internet Explorer, I'm meaning the folder explorer...) I can actually click on it and it will execute, giving error messages, like say "window object is undefined". Is there more information about the environment where the .js script are run into and the objects available?

like image 708
gotch4 Avatar asked Dec 22 '22 08:12

gotch4


1 Answers

Take a look at the Windows Scripting Host Docs (JScript).

like image 114
Mark Bell Avatar answered Dec 26 '22 13:12

Mark Bell