From 6c83ed7ca40afed5891cf77f20bc71abd017c88a Mon Sep 17 00:00:00 2001 From: KB Date: Fri, 14 Nov 2014 12:03:53 +1100 Subject: [PATCH 1/3] Update SUMMARY.md --- SUMMARY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) From 802df7365b40dc123ce99c5b7aeea72dd3044a66 Mon Sep 17 00:00:00 2001 From: KB Date: Sun, 23 Nov 2014 19:35:05 +1100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eee5298..d7572f18 100644 --- a/README.md +++ b/README.md @@ -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)! From 6bd30e856ba511b31f66de53561be67ce29a1fe9 Mon Sep 17 00:00:00 2001 From: KB Date: Mon, 24 Nov 2014 07:38:05 +1100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7572f18..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.