JavaScript in easy steps, 6th edition instructs the user how to create exciting web pages that employ the power of JavaScript to provide functionality. You need have no previous knowledge of any scripting language so it’s ideal for the newcomer to JavaScript. By the end of this book you will have gained a sound understanding of JavaScript and be able to add exciting dynamic scripts to your own web pages.
JavaScript in easy steps, 6th edition begins by explaining how to easily incorporate JavaScript code in an HTML document. Examples demonstrate how to use built-in JavaScript functions to work with Math, date and time, random numbers, cookies, text strings, and elements of web pages via the Document Object Model (DOM). You will learn how JavaScript is used with HTML submission forms and how JavaScript Object Notation (JSON) is used for asynchronous browser-server communication. The book examples provide clear syntax-highlighted code showing how to create behaviors for an HTML document to endow components with interactive functionality, to illustrate each aspect of JavaScript.
JavaScript in easy steps, 6th edition has an easy-to-follow style that will appeal to anyone who wants to add functionality to their web pages. It will appeal to programmers who want to quickly add JavaScript to their skills set, and to the student who is studying website design at school or college, and to those seeking a career in web development who need an understanding of client-side scripting.
Fully updated since the previous edition, which was published in 2013.
Table of Contents:
1. Get Started in JavaScript
2. Perform Useful Operations
3. Manage the Script Flow
4. Use Script Objects
5. Control Numbers and Strings
6. Address the Window Object
7. Interact with the Document
8. Create Web Applications
9. Produce Script Magic
ASIN : B0858GDTB1
Publisher : In Easy Steps Limited
Accessibility : Learn more
Publication date : February 26, 2020
Edition : 6th
Language : English
File size : 16.8 MB
Screen Reader : Supported
Enhanced typesetting : Enabled
X-Ray : Not Enabled
Word Wise : Not Enabled
Print length : 186 pages
ISBN-13 : 978-1840789058
Page Flip : Enabled
Part of series : In Easy Steps
Best Sellers Rank: #1,133,267 in Kindle Store (See Top 100 in Kindle Store) #149 in JavaScript Programming (Books) #171 in JavaScript Programming (Kindle Store) #2,027 in Programming Languages (Books)
Customer Reviews: 4.5 4.5 out of 5 stars (162) var dpAcrHasRegisteredArcLinkClickAction; P.when(‘A’, ‘ready’).execute(function(A) { if (dpAcrHasRegisteredArcLinkClickAction !== true) { dpAcrHasRegisteredArcLinkClickAction = true; A.declarative( ‘acrLink-click-metrics’, ‘click’, { “allowLinkDefault”: true }, function (event) { if (window.ue) { ue.count(“acrLinkClickCount”, (ue.count(“acrLinkClickCount”) || 0) + 1); } } ); } }); P.when(‘A’, ‘cf’).execute(function(A) { A.declarative(‘acrStarsLink-click-metrics’, ‘click’, { “allowLinkDefault” : true }, function(event){ if(window.ue) { ue.count(“acrStarsLinkWithPopoverClickCount”, (ue.count(“acrStarsLinkWithPopoverClickCount”) || 0) + 1); } }); });
Show all
Most Helpful
Highest Rating
Lowest Rating

Sadie –
JavaScript
I like the exercises and the fact that the chapters are not long and boring. I find JavaScript a bit challenging and I like how the author makes it interesting to learn.
John F –
Purchased for grandsons who are 11 yrs old to entice them to learn programming
Liked the format of book, pictures to keep youngsters interestedLiked the progression of learning programming.Also complimentary to authors book on Java.
Per Thykjaer Jensen –
It’s all in the console
If you truly love to see all the results in the console you’ve got a masterpiece. If you read the book and try the samples, you will certainly get an excellent introduction to many aspects of the JavaScript code. I guess that frontend designers will miss some practical examples, such as: how do we get results on the screen? And how can we create stunning user experiences (UX) with JavaScript? If a user clicks on my image, how can we then fire off insane animations?If you know your CSS and HTML this may seem trivial. For humans dabbling with their first experiences of interactive frontend design this book has a steep learning curve.That being said – McGrath’s “JavaScript in Easy Steps” is a very good and thorough introduction to the art of code.
Amazon Customer –
Easy Steps
Me gustan los libros de easy steps para tener uns impresion rapida del tema.Muy bien explucada la parte de funciones.
Tully Endicott –
Good overview.
Good intro and quick reference if you use JS only occasionally.
Arul Jaganathan –
The book is good, Charleston book house is bad. They don’t ship latest edition as advertised.
The book is good, Charleston book house is bad. They don’t ship latest edition as advertised. I paid for last edition (2019), but shipped (2009) version. When I emailed, they said don’t have latest edition, told to live with it. Unethical business practices.
DAVID BURN –
A really useful beginners book, which takes you through the stages in learning coding really well.
Amazon Customer –
I already knew some Javascript coding and this work is well laid out and good for reference as well as learning the subject.
R. A. Smith –
The topics are broken down into manageable pieces. It’s useful to be able to look up a particular command or code word in the index. The only problem that I found is that the book will instruct you to type some code, but doesn’t always explain exactly how to understand what that code means line-by-line. Obviously that would mean a much lengthier book in terms of pages, so on balance, it has to be concise enough to get you through a particular topic without spending too much time on any one specific thing. So for that reason, it is good as a reference to find a particular topic.
jkgamerlord –
I bought this book just as I decided to learn JavaScript. It left me clueless. I then bought and studied more detailed material and got a basic understanding in how to write out and code in JS, the basics of the language, how it is used, creating functions and so on.Then going back to this book can now see its worth, it shows you how to code out many interactive things you see on websites so is a good guide, reference point for such things.It doesnt teach you in depth the fundamentals of Javascript which you need first.Furthermore, its quite basic and simplistic so you will probably need google and use other resources but a good starting point when wondering how you can do x thing on your website.
Neil.A –
When the book says “in easy steps” I guess that depends on your level of programming (or intelligence).I got on fairly well with it but there were some bits that just left me scratching my head metaphorically speaking.Guess easy for some people isn’t easy for others, I fell into the others bracket.