JSFiddle - React, Tailwind, and code Playground

by umairsaleemid

JavaScript

var data = "/hello";
var input = "/";
if(data.substring(0, input.length) === input)
    alert("slash found");
else 
    alert("splash not found");