JSFiddle - React, Tailwind, and code Playground

by agib

JavaScript

var string = "This is a test";

alert((string.substring(5)));
// returns "is a test"