जॉइन Examsbookउत्तर : 3. "Client"
Javascript is interpreted by5
प्र: Javascript is interpreted by
- 1Serverfalse
- 2Objectfalse
- 3Clienttrue
- 4None of the abovefalse
- उत्तर देखें
- Workspace
उत्तर : 3. "Client"
व्याख्या :
Answer: C) Client Explanation: JavaScript is an interpreted language, not a compiled language. A program such as C++ or Java needs to be compiled before it is run. The source code is passed through a program called a compiler, which translates it into bytecode that the machine understands and can execute.