Yngvarr

Generation

generate functionTue, 24 Jan 2023

с заглавной буквы

function Big(str) { return str.charAt(0).toUpperCase() + str.slice(1); } Big("hello")

Javascript
Generate More

Want to kickstart your project?Use the new AI Studio to create your code