/ للقسمة. مثال
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");'
```