JSFiddle - React, Tailwind, and code Playground

by Trần Ngọc Minh

JavaScript

var str = "Hello world!";
var res = str.slice(1, 5); // res = ello
alert(res);