function exerciseThree(str){ // In this exercise, you will be given a variable, it will be called: str // On the next line create a variable called 'length' and using the length property assign the new variable to the length of str
// Please write your answer in the line above. return length; }
function exerciseThree(str){
// In this exercise, you will be given a variable, it will be called: str
// On the next line create a variable called 'length' and using the length property assign the new variable to the length of str
// Please write your answer in the line above.
return length;
}
Can somebody help me please and thx you
@SeanChadwick ok