DEV Community

Sam Clark
Sam Clark

Posted on • Edited on

3

Horrible Howto - Get that Middle Initial

I really just wanted to post my first post, and I had just made this snippet, so I decided to post it here! What the hay!

const formatMiddleInitial = middleName => (middleName ? middleName.charAt(0).toUpperCase() : null);
console.log('stuff', formatMiddleInitial('clark hark'));

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs