JSFiddle - React, Tailwind, and code Playground

by pierian_design

JavaScript

let str = '12345678910';

str.substring(0, 3);
console.log(str);