Yngvarr

Generation

generate functionTue, 24 Jan 2023

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

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

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant