myDecimal وإعطائه قيمة عشرية مع جزء كسري (على سبيل المثال 5.7 ). myDecimal رقمًا.
testString: 'assert(typeof myDecimal === "number", "myDecimal should be a number.");'
- text: myDecimal يجب أن يكون لديك myDecimal العشرية
testString: 'assert(myDecimal % 1 != 0, "myDecimal should have a decimal point"); '
```