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