---
id: 5ddb965c65d27e1512d44de1
title: Part 72
challengeType: 0
isBeta: true
---
## Description
Similar to how you removed each `foodInputs` elements, use the `forEach()` function to remove each `calInputs` element.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert( code.replace(/\s/g, '').match(/calInputs.forEach\(input=>input.remove\(\)\)/) )
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html