Multiple choice javascript

What are JavaScript relations with the underlying operating platform?

  1. Platform dependent

  2. Platform linkage

  3. Platform independent

  4. Platform binding

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

JavaScript is platform-independent and runs in any browser or environment that implements the JavaScript engine. The same code executes consistently across Windows, Mac, Linux, and other operating systems without modification.