What is encodeuri() in javascript?



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

Post New Answer

More JavaScript Interview Questions

What are the predefined functions in javascript?

1 Answers  


Is a function an object?

1 Answers  


Is javascript faster than asp script?

1 Answers  


What does clean white space mean?

1 Answers  


how can we create own web browser?

1 Answers   IBM, Infosys,


How many types of functions are there in javascript?

1 Answers  


What is the difference between let and var?

1 Answers  


Explain event bubbling and event capturing in javascript?

1 Answers  


Basic methods for opening a popup window using javascript?

1 Answers  


How to convert json string to object?

1 Answers  


How to add a new property in existing function javascript?

1 Answers  


Can we learn javascript without knowing java?

1 Answers  


Categories