mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
11 lines
137 B
Markdown
11 lines
137 B
Markdown
|
---
|
||
|
id: 8403cba9-9914-4761-896d-b119643d768f
|
||
|
title: Fractional Numbers
|
||
|
---
|
||
|
|
||
|
### Fractional numbers
|
||
|
|
||
|
``` javascript
|
||
|
console.log(9.81)
|
||
|
```
|