JSFiddle - React, Tailwind, and code Playground
JavaScript
var str = "Hello world, welcome to the universe.";
var n = str.includes("world"); // n = true vì str có chứa world
alert(n);
var str = "Hello world, welcome to the universe.";
var n = str.includes("world"); // n = true vì str có chứa world
alert(n);