JSFiddle - React, Tailwind, and code Playground

by luka kupunia

JavaScript

var str = "hello world";
var result = str.split(' ')[0][0] + '. ' + str.split(' ')[1]

console.log(result)