what does the k- escape function do
Answers
Answered by
0
Answer:
Escape function
Explanation:
escape() function with example in JavaScript
While transferring the data over the network or sometimes while saving data to the database, we need to encode the data. The function escape() is a predefined function in JavaScript, which encodes the given string. It encodes almost all special characters including spaces.
Similar questions