JSFiddle - React, Tailwind, and code Playground

by cancerbero_sgx

JavaScript

var s = "se"; 
var bool1 = s.startsWith('se'); 
console.log(bool1);