Yngvarr

Generation

generate functionFri, 14 Apr 2023

test string

function testStr(str){ if(str.length > 10){ return str } else{ return "your string is too short" } } testStr("this is a test string")

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant