You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## SimpleJavaScript to brush up your JavaScript skills
4
4
5
5
**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
6
6
programming) styles.
7
7
8
8
## Table of Contents
9
-
# Getting Started ⇒ JavaScript Fundamentals
10
-
11
-
12
-
-[Getting Started ⇒ JavaScript Fundamentals](#getting-started--javascript-fundamentals)
13
-
-[JavaScript Fundamentals => Part 1](#javascript-fundamentals--part-1)
14
-
-[Hello World](#hello-world)
15
-
-[A Brief Introduction Of JavaScript](#a-brief-introduction-of-javascript)
16
-
-[Linking A JavaScript File](#linking-a-javascript-file)
17
-
-[Values & Variables](#values--variables)
18
-
-[Data Types](#data-types)
19
-
-[The 7 Primitive Data Types](#the-7-primitive-data-types)
0 commit comments