/
symbol for division.
Example
myVar = 16 / 2; // assigned 8
0
so that the quotient
is equal to 2
.
quotient
equal to 2.
testString: 'assert(quotient === 2, ''Make the variable quotient
equal to 2.'');'
- text: Use the /
operator
testString: 'assert(/\d+\s*\/\s*\d+/.test(code), ''Use the /
operator'');'
```