--- id: 5d792532f631702ae6d23e11 title: Step 3 challengeType: 0 dashedName: step-3 --- # --description-- Now return the sum of `x` and `y` using the `return` keyword. # --hints-- See description above for instructions. ```js assert(add(1, 2) === 3 && add(100, 2000) === 2100); ``` # --seed-- ## --before-user-code-- ```html Spreadsheet
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```