JSFiddle - React, Tailwind, and code Playground
by Shah Danial
JavaScript
var URL = 'http://frankIS.com'
if($(URL).indexxOf("franky") > -1) {
alert("your url contains the name franky");
}
by Shah Danial
var URL = 'http://frankIS.com'
if($(URL).indexxOf("franky") > -1) {
alert("your url contains the name franky");
}