From a9c3030cc9c0e17cc21f5c79fbf4194f6be50595 Mon Sep 17 00:00:00 2001 From: jinil sung Date: Sat, 20 Feb 2016 10:44:47 -0800 Subject: [PATCH] squached one commit --- README.md | 3 +++ SUMMARY.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 7ec588c8..e4c0c163 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,6 @@ This book will teach you the basics of programming and Javascript. Whether you a ![Screen](./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. + + +Hello World!!! diff --git a/SUMMARY.md b/SUMMARY.md index fb6a379d..8873b3e1 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -38,3 +38,5 @@ * [Enumeration](objects/enumeration.md) * [Global footprint](objects/global_footprint.md) + +Test2