JSFiddle - React, Tailwind, and code Playground

by amirshim

JavaScript

function test() {
  return /\//.exec("\/");
}
alert(test());