8000 notion duplicate · sanketsangi/SimpleJavaScript@4b0c9da · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b0c9da

Browse files
committed
notion duplicate
1 parent d3ccf33 commit 4b0c9da

File tree

Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
[![Simple JavaScript Banner](./assets/SimpleJavaScriptBanner.png)](https://github.com/signuldotdev/SimpleJavaScript/blob/main/README.md)
22

3-
## Duplicate this repo using notion
3+
<div align="center">
4+
<h1>Duplicate this repo using notion</h1>
45

56
[![notion-duplicate-repo](https://pbs.twimg.com/profile_images/1510138251889328128/mCjpYHqx_200x200.png)](https://clover-ship-9de.notion.site/Getting-Started-JavaScript-Fundamentals-564d2ad42dd74ff38938a840934a02d6)
67

8+
</div>
9+
<br/>
10+
711
## SimpleJavaScript to brush up your JavaScript skills
812

913
**JavaScript** (**JS**) is a lightweight, interpreted, or [just-in-time](https://en.wikipedia.org/wiki/Just-in-time_compilation) compiled programming language with [first-class functions](https://developer.mozilla.org/en-US/docs/Glossary/First-class_Function).JavaScript is a [prototype-based](https://developer.mozilla.org/en-US/docs/Glossary/Prototype-based_programming), multi-paradigm, single-threaded, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional