JSFiddle - React, Tailwind, and code Playground
JavaScript
var str = "Hello world, welcome to the universe.";
var n = str.startsWith("Hello"); // n = true
alert(n);
var str = "Hello world, welcome to the universe.";
var n = str.startsWith("Hello"); // n = true
alert(n);