📅  最后修改于: 2022-03-11 15:02:46.898000             🧑  作者: Mango
const str = 'The quick brown fox jumps over the lazy dog.';
console.log(str.slice(31));
// expected output: "the lazy dog."