Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,14 @@ This book will teach you the basics of programming and Javascript. Whether you a
![](./assets/intro.png)

JavaScript (_JS for short_) is the programming language that enables web pages to respond to user interaction beyond the basic level. It was created in 1995, and is today one of the most famous and used programming languages.

**Book comprises following topics.**
1. [Basics](https://github.com/akramnarejo/javascript/tree/fix-readme/basics)
2. [Data Types](https://github.com/akramnarejo/javascript/blob/fix-readme/basics/types.md)
* [numbers](https://github.com/akramnarejo/javascript/tree/fix-readme/numbers)
* [strings](https://github.com/akramnarejo/javascript/tree/fix-readme/strings)
* [objects](https://github.com/akramnarejo/javascript/tree/fix-readme/objects)
3. [Conditions](https://github.com/akramnarejo/javascript/tree/fix-readme/conditional)
4. [Loops](https://github.com/akramnarejo/javascript/tree/fix-readme/loops)
5. [Arrays](https://github.com/akramnarejo/javascript/tree/fix-readme/arrays)
6. [Functions](https://github.com/akramnarejo/javascript/tree/fix-readme/functions)