John O'Reilly
Oleksandr Karpovich [JB]
@JsFun( """ (countryCode) => { const regionNames = new Intl.DisplayNames(['en'], {type: 'region'}); return regionNames.of(countryCode) } """ ) external fun getCountryName(countryCode: String): String
A modern programming language that makes developers happier.