fix: converted single to triple backticks3 (#36230)

This commit is contained in:
Randell Dawson
2019-06-20 14:05:02 -07:00
committed by Tom
parent ac2192ce7a
commit 0011f254c1
75 changed files with 991 additions and 888 deletions

View File

@@ -14,7 +14,8 @@ localeTitle: استيراد تصدير افتراضي
## حل:
`"use strict";
import subtract from "math_functions";
subtract(7,4);
`
```javascript
"use strict";
import subtract from "math_functions";
subtract(7,4);
```