What is encodeuri() in javascript?
Answer / Vijendra Pratap Singh
encodeURI() is a built-in JavaScript function that encodes a URI by replacing characters that have special meanings within a URI with a percentage (%) followed by the ASCII code for the character.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the predefined functions in javascript?
Is a function an object?
Is javascript faster than asp script?
What does clean white space mean?
how can we create own web browser?
How many types of functions are there in javascript?
What is the difference between let and var?
Explain event bubbling and event capturing in javascript?
Basic methods for opening a popup window using javascript?
How to convert json string to object?
How to add a new property in existing function javascript?
Can we learn javascript without knowing java?