JSFiddle - React, Tailwind, and code Playground
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);
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);