JSFiddle - React, Tailwind, and code Playground

by hicurin

JavaScript

var char = 'A';
alert(String.fromCharCode(char.charCodeAt(0) + 1));