diff --git a/README.md b/README.md index 2eee5298..4179a88c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Learn Javascript +Learn Javascript! ====== This book will teach you the basics of programming and Javascript. Whether you are an experienced programmer or not, this book is intended for everyone who wishes to learn the JavaScript programming language. @@ -8,4 +8,4 @@ This book will teach you the basics of programming and Javascript. Whether you a 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. -**Note:** This book has been generated using [GitBook](http://www.gitbook.io) and is open source, feel free to contribute or signal issues on [GitHub](https://github.com/GitbookIO/javascript). You can download a **PDF** or **ePUB** version at [https://www.gitbook.io/book/GitBookIO/javascript](https://www.gitbook.io/book/GitBookIO/javascript). +**Note:** This book has been generated using [GitBook](http://www.gitbook.io) and is open source, feel free to contribute or signal issues on [GitHub](https://github.com/GitbookIO/javascript). You can download a **PDF** or **ePUB** version at [https://www.gitbook.io/book/GitBookIO/javascript](https://www.gitbook.io/book/GitBookIO/javascript)! diff --git a/SUMMARY.md b/SUMMARY.md index a0226615..e8f2bc26 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,5 +1,5 @@ # Summary - + * [Basics](basics/README.md) * [Comments](basics/comments.md) * [Variables](basics/variables.md) @@ -14,7 +14,7 @@ * [Concatenation](strings/concat.md) * [Length](strings/length.md) * [Conditional Logic](conditional/README.md) - * [If](conditional/if.md) + * [If](conditional/if.md) * [Else](conditional/else.md) * [Comparators](conditional/comparators.md) * [Concatenate](conditional/concatenate.md)