Relative Content

Tag Archive for javascriptecmascript-6

Getting First Letters of First Name and Last Name in JS

I wanted to retrieve the first letters of a person’s first name and last name using modern JavaScript syntax. Currently, I’m able to retrieve the first letter of the first name and the first letter of the last name correctly.

Retrieving Some Texts in Javascript

I wanted to retrieve the first letters of a person’s first name and last name using modern JavaScript syntax. Currently, I’m able to retrieve the first letter of the first name and the first letter of the last name correctly.