/
符号进行除法。 例
myVar = 16/2; //分配8
0
,使quotient
等于2
。 quotient
等于2。
testString: 'assert(quotient === 2, "Make the variable quotient
equal to 2.");'
- text: 使用/
运算符
testString: 'assert(/\d+\s*\/\s*\d+/.test(code), "Use the /
operator");'
```