showing results for - "get the first letter of first name and last name in javascript"
Sara Sofía
25 Oct 2017
1const fullName = nameString.split(' ');
2const initials = fullName.shift().charAt(0) + fullName.pop().charAt(0);
3return initials.toUpperCase();
Manon
24 Oct 2019
1var str = "Java Script Object Notation";
2var matches = str.match(/\b(\w)/g); // ['J','S','O','N']
3var acronym = matches.join(''); // JSON
queries leading to this page
getting the first initials in an array in javascriptjavascript function get initialsjavascript get intials from namehow to get initials from name in javascript with do in betweendisplay initials with last name javascriptconvert fullname into initials in javascriptjs get name initialsjs initials from nameget initials firstname javascripthow to print initials of words from array javascripttake first initial javascriptget initials regex javascriptjavascript get name initialsjavascript extract initials from nametake only initials of name jshow to take the first letter of fullname in jsget the first letter of first name and last name in javascriptjs user initialsget first initial name typescript get the first initals of full name in lodashjavascript get initialshow to get name first intial in javascriptget initals only of word jsget firstname and lastname intials from string in lodashget initialsjavascript name initialsgenerate code from first letters of given name javascripthow to get the initials of name in jshow to get only initials in javascriptget name initials javascripttake initial from name jquerygetting starting letter in name in jsfind initials in javascript with split 28 29initials string jsget initials from name javascriptgetting name initials using jshow to get initials from name in javascript wit do in betweenjavascript get initials from nameget first nad last letter initial jsjs get initials from stringjavascript shorten name and give full name by that short naminitials javascriptextract initials name jsjs get initials from namestrip out initials from name javascriptget initials in javascriptgetinitials jsget initials javascript functionhow get initials from name in javascripthow to get name initials javascripthow to show names with only the first letter of the lastname reactcreate initials from a username jsget initials of name typescripttypescript get initials from namejavascript get the first and last letter of first and last namehow to get initials from name in javascriptfunction turn name into intial javascriptget only name initials letters jsreturn initials from names javascripthow to print word initials like a k in javascriptreduce fullname to initialsdisplay initials in javascripthow to get initials for firstname and lastname in vuejsget initials javascriptget initials from full name javascriptjavascript initials from namejavascript get user initialsget initials using javascriptget initials from a name jshow to return only the initials in a name javascriptget initials jsget initials of name javascripthow to get initials from name javascriptjs extract initialsreturn initials javascriptjquery get intials from namefunction to identify initials from a name jsgetinitials in lodashget first initial javascriptjavascript get initials from full namedisplay initials with last name in the middle in javascriptjavascript get initials from name real timehow to get initial javascriptget first character of name and sername in jsjavascript first letter of first name and last nameget the first letter of first name and last name in javascript