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