Completed question 12 with a grade of 100% on https://robotsbuildingeducation.com
What does the following function return when called as greet('Alice')?
```javascript
function greet(name) {
return 'Hello, ' + name + '!';
}
```
#LearnWithNostr
Completed question 12 with a grade of 100% on https://robotsbuildingeducation.com
What does the following function return when called as greet('Alice')?
```javascript
function greet(name) {
return 'Hello, ' + name + '!';
}
```
#LearnWithNostr
No replies yet.