Vidyalelo
JavaScript · Q16

Document Object Model And Event Handling

Programming · JavaScript · question 16

Q16

The decodeURIComponent() is defined by

A.
Server-side JavaScript
B.
Client-side JavaScript
Answer
C.
Both Server-side and Client-side JavaScript
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
The decodeURIComponent() is a global function defined by client-side JavaScript.