Answer the question
In order to leave comments, you need to log in
What is the name and how to use this thing / \ in js?
What is the name of this thing: /\
How does it work? After all, for example, in webpack.config.js, the following structure is written in the test field:
/\.js$/
or, for example, in search():
var str = "Mr. Blue has a blue house"
var n = str.search(/blue/i);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question