Computer Science, asked by fahimuddinam, 6 months ago

what does the k- escape function do​

Answers

Answered by aryanayak2205
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