0.0
so that product will equal 5.0
.
product
should equal 5.0
.
testString: 'assert(product === 5.0, ''The variable product
should equal 5.0
.'');'
- text: You should use the *
operator
testString: 'assert(/\*/.test(code), ''You should use the *
operator'');'
```