How do I set profile image as first letters of first and last name? If you don't upload ur PROFILE PHOTO | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I set profile image as first letters of first and last name? If you don't upload ur PROFILE PHOTO

WEB

3rd May 2021, 6:55 AM
Naga Raju K
4 Answers
+ 3
``` "Bruh".split()[0] "Bruh".split(" ")[0] ``` ?
3rd May 2021, 7:07 AM
Ananiya Jemberu
Ananiya Jemberu - avatar
+ 3
You can use the split and charAt method. Node js example https://code.sololearn.com/cV4zEmYIFFR8/?ref=app Nodejs CharAt method example https://code.sololearn.com/cc3yFC2m9dxL/?ref=app Web example https://code.sololearn.com/WSq29H4dff15/?ref=app
3rd May 2021, 7:26 AM
Matias
Matias - avatar
+ 1
https://code.sololearn.com/W2TTl0IO7Bn8/?ref=app iam done
3rd May 2021, 10:22 AM
Naga Raju K