mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 03:26:22 +00:00
11 lines
144 B
Markdown
11 lines
144 B
Markdown
---
|
|
date: 2020-11-16
|
|
id: 10e2076f-8bf8-4918-81e3-c852bbf1c872
|
|
title: Scientific Notation
|
|
---
|
|
|
|
# Syntax
|
|
|
|
``` javascript
|
|
console.log(2.998e8)
|
|
```
|