Generation

generate functionSat, 12 Nov 2022

Transform text to capital case

function toUpper(text) { return text.toUpperCase(); } toUpper('hello');

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant