A JavaScript program developed on a Unix Machine ________
(a) will throw errors and exceptions
(b) must be restricted to a Unix Machine only
(c) will work perfectly well on a Windows Machine
(d) will be displayed as a JavaScript text on the browser
(a) will throw errors and exceptions
(b) must be restricted to a Unix Machine only
(c) will work perfectly well on a Windows Machine
(d) will be displayed as a JavaScript text on the browser
Right answer is (c) will work perfectly well on a Windows Machine
To elaborate: JavaScript can be executed on different operating systems therefore the program developed on UNIX will work perfectly fine on windows also.