Question: JS how do I get each bracket in the string as a substring and store them? let string = !Over [the moon] [you will find]
JS how do I get each bracket in the string as a substring and store them?
let string = "!Over [the moon] [you will find] [cheese inside]"
variable one = !Over
variable two [the moon]
variable three [you will find[
variable four [cheese inside]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
