JavaScript get the first 3 characters of a string | HTML example code
Use slice method to get first 3 characters of a string in JavaScript. JavaScript get first 3 characters of string Example A slice(begin, end) method… Read More »JavaScript get the first 3 characters of a string | HTML example code