JSFiddle - React, Tailwind, and code Playground

by Trần Ngọc Minh

JavaScript

var str = "Hello world, welcome to the universe.";
var n = str.endsWith("universe."); // n = true vì str kết thúc bằng universe.
alert(n);