Computer Science, asked by rajs2733, 9 months ago

What is series of back and forward slash in javascript

Answers

Answered by samwadpatil23
0

Answer:

That is a regular expression.

The backslashes (\) are escaping the forward slashes (/) so that it doesn't end the pattern before you're done with it.

Explanation:

Answered by santhosh06
0

create an object in java scricpt

Similar questions