JSFiddle - React, Tailwind, and code Playground

by ruhul105

JavaScript

var id = "23188xtr";

var lastName = "Smith";

var userName = (id.toUpperCase() 
+ "#" + lastName.toUpperCase());

console.log(userName);