Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>test</title>
</head>
<body>
    <script type="text/javascript">
    
    </script>
</body>
</html>
 
let x = new RegExp("d");
    document.write(x.test("My grilfriend's name is Ada.")+"</br>");
    let y = new RegExp("x");
    document.write(y.test("My grilfriend's name is Ada.")+"</br>");
    let z = new RegExp("y");
    document.write(z.exec("Would you marry me?")+"</br>");
    let a = new RegExp("n");
    document.write(a.exec("I just want to be your friend")+"</br>");
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
BruceeeYangpro
0viewers