--- id: 5d792532f631702ae6d23e11 title: Part 003 challengeType: 0 isBeta: true --- ## Description
Now return the sum of `x` and `y` using the `return` keyword.
## Instructions
## Tests
```yml tests: - text: See description above for instructions. testString: assert(add(1, 2) === 3 && add(100, 2000) === 2100); ```
## Challenge Seed
```html ```
### Before Test
```html Spreadsheet
```
### After Test
```html ```
## Solution
```html ```