fix: converted single to triple backticks11 (#36238)
This commit is contained in:
@@ -16,12 +16,13 @@ localeTitle: الرياضيات Sqrt
|
||||
|
||||
#### أمثلة
|
||||
|
||||
`Math.sqrt(25); // 5
|
||||
Math.sqrt(169); // 13
|
||||
Math.sqrt(3); // 1.732050807568
|
||||
Math.sqrt(1); // 1
|
||||
Math.sqrt(-5); // NaN
|
||||
`
|
||||
```js
|
||||
Math.sqrt(25); // 5
|
||||
Math.sqrt(169); // 13
|
||||
Math.sqrt(3); // 1.732050807568
|
||||
Math.sqrt(1); // 1
|
||||
Math.sqrt(-5); // NaN
|
||||
```
|
||||
|
||||
#### معلومات اكثر:
|
||||
|
||||
|
Reference in New Issue
Block a user