InterviewSolution
Saved Bookmarks
| 1. |
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 |
|
Answer» 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. |
|