*
symbol for multiplication of two numbers.
Example
```js
myVar = 13 * 13; // assigned 169
```
0
so that product will equal 80
.
product
equal 80
testString: assert(product === 80,'Make the variable product
equal 80');
- text: Use the *
operator
testString: assert(/\*/.test(code), 'Use the *
operator');
```